#A94C5E

Color #A94C5E Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A94C5E

Tints of Hippie Pink #A94C5E

Color information

#A94C5E (or 0xA94C5E) is unknown color: approx Hippie Pink. HEX triplet: A9, 4C and 5E. RGB value is (169,76,94). Sum of RGB (Red+Green+Blue) = 169+76+94=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94C5E is #56B3A1. Grayscale: #696969. Windows color (decimal): -5682082 or 6180009. OLE color: 6180009.

HSL color Cylindrical-coordinate representation of color #A94C5E: hue angle of 348.39º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A94C5E is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB1697694-
CMYK00.550.440.34
HSL348.39º37.96%48.04%-
HSV(B)348.39º55.03%66.27%-
XYZ20.9714.4112.27-
YUV105.86121.31173.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=49.85%
G=22.42%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169769400.550.440.34348.3937.9648.04
HexA94C5E0372C2215c2630
Octal25111413606754425344660
Binary10101001100110010111100110111101100100010101011100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94C5E; }

 p { color: rgb(169,76,94); }

 H1.HeaderClassName
 {
   color: #A94C5E;
 }
 .AnyTagClassName
 {
   color: #A94C5E;
 }
</style>
background-color css

<style>
 a { background-color: #A94C5E; }

 a { background-color: rgb(169,76,94); }

 div.DivClassName
 {
   background-color: #A94C5E;
 }
 .BgClassName
 {
   background-color: #A94C5E;
 }
</style>
border-color css

<style>
 span { border-color: #A94C5E; }

 span { border-color: rgb(169,76,94); }

 td.TdClassName
 {
   border-color: #A94C5E;
 }
 .TagClassName
 {
   border-color: #A94C5E;
 }
</style>