Html Css Color HEX #AA5152 Hippie Pink

📋 copy color: '#AA5152'

red 170 ◦ green 81 ◦ blue 82

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

Shades of Hippie Pink #AA5152

Tints of Hippie Pink #AA5152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.32%

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

R = 51.05%
G = 24.32%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA5152 (or 0xAA5152) is known color: Hippie Pink. HEX triplet: AA, 51 and 52. RGB value is (170,81,82). Sum of RGB (Red+Green+Blue) = 170+81+82=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5152 is #55AEAD. Grayscale: #6B6B6B. Windows color (decimal): -5615278 or 5394858. OLE color: 5394858.

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

Color convert

RGB 170 81 82 -
CMYK 0 0.52 0.52 0.33
HSL 359.33º 0.35% 0.49% -
HSV(B) 359.33º 0.52% 0.67% -
XYZ 21.04 15.04 9.78 -
YUV 107.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 170 81 82 0 0.52 0.52 0.33 359.33 0.35 0.49
Hex AA 51 52 0 34 34 21 167 23 31
Octal 252 121 122 0 64 64 41 547 43 61
Binary 10101010 1010001 1010010 0 110100 110100 100001 101100111 100011 110001

Color Harmonies of #AA5152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5152

Black with #AA5152

Text Example


Text Example

White with #AA5152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5152; }

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

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

background-color css

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

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

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

border-color css

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

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

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