Html Css Color HEX #AA5457 Hippie Pink

📋 copy color: '#AA5457'

red 170 ◦ green 84 ◦ blue 87

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

Shades of Hippie Pink #AA5457

Tints of Hippie Pink #AA5457

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.63%

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

R = 49.85%
G = 24.63%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA5457 (or 0xAA5457) is known color: Hippie Pink. HEX triplet: AA, 54 and 57. RGB value is (170,84,87). Sum of RGB (Red+Green+Blue) = 170+84+87=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5457 is #55ABA8. Grayscale: #6E6E6E. Windows color (decimal): -5614505 or 5723306. OLE color: 5723306.

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

Color convert

RGB 170 84 87 -
CMYK 0 0.51 0.49 0.33
HSL 357.91º 0.34% 0.5% -
HSV(B) 357.91º 0.51% 0.67% -
XYZ 21.47 15.57 10.89 -
YUV 110.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 170 84 87 0 0.51 0.49 0.33 357.91 0.34 0.5
Hex AA 54 57 0 33 31 21 166 22 32
Octal 252 124 127 0 63 61 41 546 42 62
Binary 10101010 1010100 1010111 0 110011 110001 100001 101100110 100010 110010

Color Harmonies of #AA5457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5457

Black with #AA5457

Text Example


Text Example

White with #AA5457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5457; }

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

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

background-color css

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

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

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

border-color css

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

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

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