#AA5859

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

Shades of Hippie Pink #AA5859

Tints of Hippie Pink #AA5859

Color information

#AA5859 (or 0xAA5859) is unknown color: approx Hippie Pink. HEX triplet: AA, 58 and 59. RGB value is (170,88,89). Sum of RGB (Red+Green+Blue) = 170+88+89=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5859 is #55A7A6. Grayscale: #707070. Windows color (decimal): -5613479 or 5855402. OLE color: 5855402.

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

Color convert

RGB1708889-
CMYK00.480.480.33
HSL359.27º32.54%50.59%-
HSV(B)359.27º48.24%66.67%-
XYZ21.8716.2511.43-
YUV112.63114.67168.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=48.99%
G=25.36%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170888900.480.480.33359.2732.5450.59
HexAA585903030211672133
Octal25213013106060415474163
Binary10101010101100010110010110000110000100001101100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5859; }

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

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

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

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

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

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

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

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