#A95159

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

Shades of Hippie Pink #A95159

Tints of Hippie Pink #A95159

Color information

#A95159 (or 0xA95159) is unknown color: approx Hippie Pink. HEX triplet: A9, 51 and 59. RGB value is (169,81,89). Sum of RGB (Red+Green+Blue) = 169+81+89=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A95159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95159 is #56AEA6. Grayscale: #6C6C6C. Windows color (decimal): -5680807 or 5853609. OLE color: 5853609.

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

Color convert

RGB1698189-
CMYK00.520.470.34
HSL354.55º35.2%49.02%-
HSV(B)354.55º52.07%66.27%-
XYZ21.1115.0411.24-
YUV108.22117.15171.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=49.85%
G=23.89%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169818900.520.470.34354.5535.249.02
HexA951590342F221632331
Octal25112113106457425434361
Binary10101001101000110110010110100101111100010101100011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95159; }

 p { color: rgb(169,81,89); }

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

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

 a { background-color: rgb(169,81,89); }

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

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

 span { border-color: rgb(169,81,89); }

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