Html Css Color HEX #AA5859 Hippie Pink

📋 copy color: '#AA5859'

red 170 ◦ green 88 ◦ blue 89

#AA5859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #AA5859

Tints of Hippie Pink #AA5859

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA5859 (or 0xAA5859) is known color: 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

RGB 170 88 89 -
CMYK 0 0.48 0.48 0.33
HSL 359.27º 0.33% 0.51% -
HSV(B) 359.27º 0.48% 0.67% -
XYZ 21.87 16.25 11.43 -
YUV 112.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 170 88 89 0 0.48 0.48 0.33 359.27 0.33 0.51
Hex AA 58 59 0 30 30 21 167 21 33
Octal 252 130 131 0 60 60 41 547 41 63
Binary 10101010 1011000 1011001 0 110000 110000 100001 101100111 100001 110011

Color Harmonies of #AA5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5859

Black with #AA5859

Text Example


Text Example

White with #AA5859

Text Example


Text Example

HTML Codes & Css Web 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>