Html Css Color HEX #AA5052 Hippie Pink

📋 copy color: '#AA5052'

red 170 ◦ green 80 ◦ blue 82

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

Shades of Hippie Pink #AA5052

Tints of Hippie Pink #AA5052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

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

R = 51.2%
G = 24.1%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA5052 (or 0xAA5052) is known color: Hippie Pink. HEX triplet: AA, 50 and 52. RGB value is (170,80,82). Sum of RGB (Red+Green+Blue) = 170+80+82=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5052 is #55AFAD. Grayscale: #6B6B6B. Windows color (decimal): -5615534 or 5394602. OLE color: 5394602.

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

Color convert

RGB 170 80 82 -
CMYK 0 0.53 0.52 0.33
HSL 358.67º 0.36% 0.49% -
HSV(B) 358.67º 0.53% 0.67% -
XYZ 20.97 14.89 9.75 -
YUV 107.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 170 80 82 0 0.53 0.52 0.33 358.67 0.36 0.49
Hex AA 50 52 0 35 34 21 167 24 31
Octal 252 120 122 0 65 64 41 547 44 61
Binary 10101010 1010000 1010010 0 110101 110100 100001 101100111 100100 110001

Color Harmonies of #AA5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5052

Black with #AA5052

Text Example


Text Example

White with #AA5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5052; }

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

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

background-color css

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

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

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

border-color css

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

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

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