#A04954

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

Shades of Hippie Pink #A04954

Tints of Hippie Pink #A04954

Color information

#A04954 (or 0xA04954) is unknown color: approx Hippie Pink. HEX triplet: A0, 49 and 54. RGB value is (160,73,84). Sum of RGB (Red+Green+Blue) = 160+73+84=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A04954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04954 is #5FB6AB. Grayscale: #646464. Windows color (decimal): -6272684 or 5523872. OLE color: 5523872.

HSL color Cylindrical-coordinate representation of color #A04954: hue angle of 352.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04954 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1607384-
CMYK00.540.480.37
HSL352.41º37.34%45.69%-
HSV(B)352.41º54.37%62.75%-
XYZ18.4812.889.9-
YUV100.27118.82170.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 84 (33.20% from 255) = 26.50%
R=50.47%
G=23.03%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160738400.540.480.37352.4137.3445.69
HexA049540363025160252e
Octal24011112406660455404556
Binary10100000100100110101000110110110000100101101100000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04954; }

 p { color: rgb(160,73,84); }

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

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

 a { background-color: rgb(160,73,84); }

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

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

 span { border-color: rgb(160,73,84); }

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