Html Css Color HEX #AA5160 Hippie Pink

📋 copy color: '#AA5160'

red 170 ◦ green 81 ◦ blue 96

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

Shades of Hippie Pink #AA5160

Tints of Hippie Pink #AA5160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.67%

R = 48.99%
G = 23.34%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA5160 (or 0xAA5160) is known color: Hippie Pink. HEX triplet: AA, 51 and 60. RGB value is (170,81,96). Sum of RGB (Red+Green+Blue) = 170+81+96=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5160 is #55AE9F. Grayscale: #6D6D6D. Windows color (decimal): -5615264 or 6312362. OLE color: 6312362.

HSL color Cylindrical-coordinate representation of color #AA5160: hue angle of 349.89º 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 #AA5160 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 81 96 -
CMYK 0 0.52 0.44 0.33
HSL 349.89º 0.35% 0.49% -
HSV(B) 349.89º 0.52% 0.67% -
XYZ 21.63 15.28 12.87 -
YUV 109.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 170 81 96 0 0.52 0.44 0.33 349.89 0.35 0.49
Hex AA 51 60 0 34 2C 21 15E 23 31
Octal 252 121 140 0 64 54 41 536 43 61
Binary 10101010 1010001 1100000 0 110100 101100 100001 101011110 100011 110001

Color Harmonies of #AA5160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5160

Black with #AA5160

Text Example


Text Example

White with #AA5160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5160; }

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

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

background-color css

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

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

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

border-color css

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

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

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