#A0555C

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

Shades of Hippie Pink #A0555C

Tints of Hippie Pink #A0555C

Color information

#A0555C (or 0xA0555C) is unknown color: approx Hippie Pink. HEX triplet: A0, 55 and 5C. RGB value is (160,85,92). Sum of RGB (Red+Green+Blue) = 160+85+92=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0555C is #5FAAA3. Grayscale: #6C6C6C. Windows color (decimal): -6269604 or 6051232. OLE color: 6051232.

HSL color Cylindrical-coordinate representation of color #A0555C: hue angle of 354.4º 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 #A0555C is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1608592-
CMYK00.470.430.37
HSL354.4º30.61%48.04%-
HSV(B)354.4º46.88%62.75%-
XYZ19.6814.7411.93-
YUV108.22118.85164.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.48%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=47.48%
G=25.22%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160859200.470.430.37354.430.6148.04
HexA0555C02F2B251621f30
Octal24012513405753455423760
Binary1010000010101011011100010111110101110010110110001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0555C; }

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

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

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

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

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

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

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

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