#AA5159

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

Shades of Hippie Pink #AA5159

Tints of Hippie Pink #AA5159

Color information

#AA5159 (or 0xAA5159) is unknown color: approx Hippie Pink. HEX triplet: AA, 51 and 59. RGB value is (170,81,89). Sum of RGB (Red+Green+Blue) = 170+81+89=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5159 is #55AEA6. Grayscale: #6C6C6C. Windows color (decimal): -5615271 or 5853610. OLE color: 5853610.

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

Color convert

RGB1708189-
CMYK00.520.480.33
HSL354.61º35.46%49.22%-
HSV(B)354.61º52.35%66.67%-
XYZ21.3215.1511.25-
YUV108.52116.99171.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 89 (35.16% from 255) = 26.18%
R=50%
G=23.82%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170818900.520.480.33354.6135.4649.22
HexAA515903430211632331
Octal25212113106460415434361
Binary10101010101000110110010110100110000100001101100011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5159; }

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

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

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

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

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

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

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

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