Html Css Color HEX #AA5759 Hippie Pink

📋 copy color: '#AA5759'

red 170 ◦ green 87 ◦ blue 89

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

Shades of Hippie Pink #AA5759

Tints of Hippie Pink #AA5759

RGB

 RED value IS 170 (66.8% from 255) = 49.13%

 GREEN value IS 87 (34.38% from 255) = 25.14%

 BLUE value IS 89 (35.16% from 255) = 25.72%

R = 49.13%
G = 25.14%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA5759 (or 0xAA5759) is known color: Hippie Pink. HEX triplet: AA, 57 and 59. RGB value is (170,87,89). Sum of RGB (Red+Green+Blue) = 170+87+89=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5759 is #55A8A6. Grayscale: #707070. Windows color (decimal): -5613735 or 5855146. OLE color: 5855146.

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

Color convert

RGB 170 87 89 -
CMYK 0 0.49 0.48 0.33
HSL 358.55º 0.33% 0.5% -
HSV(B) 358.55º 0.49% 0.67% -
XYZ 21.79 16.08 11.41 -
YUV 112.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 170 87 89 0 0.49 0.48 0.33 358.55 0.33 0.5
Hex AA 57 59 0 31 30 21 167 21 32
Octal 252 127 131 0 61 60 41 547 41 62
Binary 10101010 1010111 1011001 0 110001 110000 100001 101100111 100001 110010

Color Harmonies of #AA5759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5759

Black with #AA5759

Text Example


Text Example

White with #AA5759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5759; }

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

 H1.HeaderClassName
 {
   color: #AA5759;
 }
 .AnyTagClassName
 {
   color: #AA5759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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