Html Css Color HEX #AA4849 Hippie Pink

📋 copy color: '#AA4849'

red 170 ◦ green 72 ◦ blue 73

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

Shades of Hippie Pink #AA4849

Tints of Hippie Pink #AA4849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

 BLUE value IS 73 (28.91% from 255) = 23.17%

R = 53.97%
G = 22.86%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA4849 (or 0xAA4849) is known color: Hippie Pink. HEX triplet: AA, 48 and 49. RGB value is (170,72,73). Sum of RGB (Red+Green+Blue) = 170+72+73=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4849 is #55B7B6. Grayscale: #656565. Windows color (decimal): -5617591 or 4802730. OLE color: 4802730.

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

Color convert

RGB 170 72 73 -
CMYK 0 0.58 0.57 0.33
HSL 359.39º 0.4% 0.47% -
HSV(B) 359.39º 0.58% 0.67% -
XYZ 20.1 13.66 7.88 -
YUV 101.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 170 72 73 0 0.58 0.57 0.33 359.39 0.4 0.47
Hex AA 48 49 0 3A 39 21 167 28 2F
Octal 252 110 111 0 72 71 41 547 50 57
Binary 10101010 1001000 1001001 0 111010 111001 100001 101100111 101000 101111

Color Harmonies of #AA4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4849

Black with #AA4849

Text Example


Text Example

White with #AA4849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4849; }

 p { color: rgb(170,72,73); }

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

background-color css

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

 a { background-color: rgb(170,72,73); }

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

border-color css

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

 span { border-color: rgb(170,72,73); }

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