Html Css Color HEX #AA4952 Hippie Pink

📋 copy color: '#AA4952'

red 170 ◦ green 73 ◦ blue 82

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

Shades of Hippie Pink #AA4952

Tints of Hippie Pink #AA4952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

 BLUE value IS 82 (32.42% from 255) = 25.23%

R = 52.31%
G = 22.46%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA4952 (or 0xAA4952) is known color: Hippie Pink. HEX triplet: AA, 49 and 52. RGB value is (170,73,82). Sum of RGB (Red+Green+Blue) = 170+73+82=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4952 is #55B6AD. Grayscale: #676767. Windows color (decimal): -5617326 or 5392810. OLE color: 5392810.

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

Color convert

RGB 170 73 82 -
CMYK 0 0.57 0.52 0.33
HSL 354.43º 0.4% 0.48% -
HSV(B) 354.43º 0.57% 0.67% -
XYZ 20.48 13.92 9.59 -
YUV 103.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 170 73 82 0 0.57 0.52 0.33 354.43 0.4 0.48
Hex AA 49 52 0 39 34 21 162 28 30
Octal 252 111 122 0 71 64 41 542 50 60
Binary 10101010 1001001 1010010 0 111001 110100 100001 101100010 101000 110000

Color Harmonies of #AA4952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4952

Black with #AA4952

Text Example


Text Example

White with #AA4952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4952; }

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

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

background-color css

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

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

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

border-color css

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

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

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