Html Css Color HEX #AA5960 Hippie Pink

📋 copy color: '#AA5960'

red 170 ◦ green 89 ◦ blue 96

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

Shades of Hippie Pink #AA5960

Tints of Hippie Pink #AA5960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.07%

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

R = 47.89%
G = 25.07%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA5960 (or 0xAA5960) is known color: Hippie Pink. HEX triplet: AA, 59 and 60. RGB value is (170,89,96). Sum of RGB (Red+Green+Blue) = 170+89+96=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5960 is #55A69F. Grayscale: #727272. Windows color (decimal): -5613216 or 6314410. OLE color: 6314410.

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

Color convert

RGB 170 89 96 -
CMYK 0 0.48 0.44 0.33
HSL 354.81º 0.32% 0.51% -
HSV(B) 354.81º 0.48% 0.67% -
XYZ 22.26 16.54 13.08 -
YUV 114.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 170 89 96 0 0.48 0.44 0.33 354.81 0.32 0.51
Hex AA 59 60 0 30 2C 21 163 20 33
Octal 252 131 140 0 60 54 41 543 40 63
Binary 10101010 1011001 1100000 0 110000 101100 100001 101100011 100000 110011

Color Harmonies of #AA5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5960

Black with #AA5960

Text Example


Text Example

White with #AA5960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5960; }

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

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

background-color css

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

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

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

border-color css

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

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

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