#A0555A

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

Shades of Hippie Pink #A0555A

Tints of Hippie Pink #A0555A

Color information

#A0555A (or 0xA0555A) is unknown color: approx Hippie Pink. HEX triplet: A0, 55 and 5A. RGB value is (160,85,90). Sum of RGB (Red+Green+Blue) = 160+85+90=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0555A is #5FAAA5. Grayscale: #6C6C6C. Windows color (decimal): -6269606 or 5920160. OLE color: 5920160.

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

Color convert

RGB1608590-
CMYK00.470.440.37
HSL356º30.61%48.04%-
HSV(B)356º46.88%62.75%-
XYZ19.5914.7111.48-
YUV107.99117.85165.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=47.76%
G=25.37%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160859000.470.440.3735630.6148.04
HexA0555A02F2C251641f30
Octal24012513205754455443760
Binary1010000010101011011010010111110110010010110110010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0555A; }

 p { color: rgb(160,85,90); }

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

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

 a { background-color: rgb(160,85,90); }

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

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

 span { border-color: rgb(160,85,90); }

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