#A95456

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

Shades of Hippie Pink #A95456

Tints of Hippie Pink #A95456

Color information

#A95456 (or 0xA95456) is unknown color: approx Hippie Pink. HEX triplet: A9, 54 and 56. RGB value is (169,84,86). Sum of RGB (Red+Green+Blue) = 169+84+86=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A95456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95456 is #56ABA9. Grayscale: #6D6D6D. Windows color (decimal): -5680042 or 5657769. OLE color: 5657769.

HSL color Cylindrical-coordinate representation of color #A95456: hue angle of 358.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95456 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB1698486-
CMYK00.500.490.34
HSL358.59º33.6%49.61%-
HSV(B)358.59º50.3%66.27%-
XYZ21.2115.4510.67-
YUV109.64114.66170.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=49.85%
G=24.78%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169848600.500.490.34358.5933.649.61
HexA9545603231221672232
Octal25112412606261425474262
Binary10101001101010010101100110010110001100010101100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95456; }

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

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

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

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

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

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

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

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