Html Css Color HEX #AA4557 Hippie Pink

📋 copy color: '#AA4557'

red 170 ◦ green 69 ◦ blue 87

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

Shades of Hippie Pink #AA4557

Tints of Hippie Pink #AA4557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

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

R = 52.15%
G = 21.17%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA4557 (or 0xAA4557) is known color: Hippie Pink. HEX triplet: AA, 45 and 57. RGB value is (170,69,87). Sum of RGB (Red+Green+Blue) = 170+69+87=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4557 is #55BAA8. Grayscale: #656565. Windows color (decimal): -5618345 or 5719466. OLE color: 5719466.

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

Color convert

RGB 170 69 87 -
CMYK 0 0.59 0.49 0.33
HSL 349.31º 0.42% 0.47% -
HSV(B) 349.31º 0.59% 0.67% -
XYZ 20.43 13.49 10.54 -
YUV 101.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 170 69 87 0 0.59 0.49 0.33 349.31 0.42 0.47
Hex AA 45 57 0 3B 31 21 15D 2A 2F
Octal 252 105 127 0 73 61 41 535 52 57
Binary 10101010 1000101 1010111 0 111011 110001 100001 101011101 101010 101111

Color Harmonies of #AA4557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4557

Black with #AA4557

Text Example


Text Example

White with #AA4557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4557; }

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

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

background-color css

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

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

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

border-color css

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

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

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