Html Css Color HEX #AA5257 Hippie Pink

📋 copy color: '#AA5257'

red 170 ◦ green 82 ◦ blue 87

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

Shades of Hippie Pink #AA5257

Tints of Hippie Pink #AA5257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.19%

 BLUE value IS 87 (34.38% from 255) = 25.66%

R = 50.15%
G = 24.19%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA5257 (or 0xAA5257) is known color: Hippie Pink. HEX triplet: AA, 52 and 57. RGB value is (170,82,87). Sum of RGB (Red+Green+Blue) = 170+82+87=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5257 is #55ADA8. Grayscale: #6C6C6C. Windows color (decimal): -5615017 or 5722794. OLE color: 5722794.

HSL color Cylindrical-coordinate representation of color #AA5257: hue angle of 356.59º 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 #AA5257 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 82 87 -
CMYK 0 0.52 0.49 0.33
HSL 356.59º 0.35% 0.49% -
HSV(B) 356.59º 0.52% 0.67% -
XYZ 21.32 15.27 10.84 -
YUV 108.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 170 82 87 0 0.52 0.49 0.33 356.59 0.35 0.49
Hex AA 52 57 0 34 31 21 165 23 31
Octal 252 122 127 0 64 61 41 545 43 61
Binary 10101010 1010010 1010111 0 110100 110001 100001 101100101 100011 110001

Color Harmonies of #AA5257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5257

Black with #AA5257

Text Example


Text Example

White with #AA5257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5257; }

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

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

background-color css

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

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

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

border-color css

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

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

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