#A05556

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

Shades of Hippie Pink #A05556

Tints of Hippie Pink #A05556

Color information

#A05556 (or 0xA05556) is unknown color: approx Hippie Pink. HEX triplet: A0, 55 and 56. RGB value is (160,85,86). Sum of RGB (Red+Green+Blue) = 160+85+86=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A05556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05556 is #5FAAA9. Grayscale: #6B6B6B. Windows color (decimal): -6269610 or 5658016. OLE color: 5658016.

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

Color convert

RGB1608586-
CMYK00.470.460.37
HSL359.2º30.61%48.04%-
HSV(B)359.2º46.88%62.75%-
XYZ19.4314.6410.61-
YUV107.54115.85165.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=48.34%
G=25.68%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160858600.470.460.37359.230.6148.04
HexA0555602F2E251671f30
Octal24012512605756455473760
Binary1010000010101011010110010111110111010010110110011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05556; }

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

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

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

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

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

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

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

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