#A05456

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

Shades of Hippie Pink #A05456

Tints of Hippie Pink #A05456

Color information

#A05456 (or 0xA05456) is unknown color: approx Hippie Pink. HEX triplet: A0, 54 and 56. RGB value is (160,84,86). Sum of RGB (Red+Green+Blue) = 160+84+86=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A05456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05456 is #5FABA9. Grayscale: #6B6B6B. Windows color (decimal): -6269866 or 5657760. OLE color: 5657760.

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

Color convert

RGB1608486-
CMYK00.480.460.37
HSL358.42º31.15%47.84%-
HSV(B)358.42º47.5%62.75%-
XYZ19.3514.4910.58-
YUV106.95116.18165.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=48.48%
G=25.45%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160848600.480.460.37358.4231.1547.84
HexA054560302E251661f30
Octal24012412606056455463760
Binary1010000010101001010110011000010111010010110110011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05456; }

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

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

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

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

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

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

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

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