Html Css Color HEX #AA5560 Hippie Pink

📋 copy color: '#AA5560'

red 170 ◦ green 85 ◦ blue 96

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

Shades of Hippie Pink #AA5560

Tints of Hippie Pink #AA5560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.22%

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

R = 48.43%
G = 24.22%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA5560 (or 0xAA5560) is known color: Hippie Pink. HEX triplet: AA, 55 and 60. RGB value is (170,85,96). Sum of RGB (Red+Green+Blue) = 170+85+96=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5560 is #55AA9F. Grayscale: #6F6F6F. Windows color (decimal): -5614240 or 6313386. OLE color: 6313386.

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

Color convert

RGB 170 85 96 -
CMYK 0 0.50 0.44 0.33
HSL 352.24º 0.33% 0.5% -
HSV(B) 352.24º 0.5% 0.67% -
XYZ 21.94 15.89 12.98 -
YUV 111.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 170 85 96 0 0.50 0.44 0.33 352.24 0.33 0.5
Hex AA 55 60 0 32 2C 21 160 21 32
Octal 252 125 140 0 62 54 41 540 41 62
Binary 10101010 1010101 1100000 0 110010 101100 100001 101100000 100001 110010

Color Harmonies of #AA5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5560

Black with #AA5560

Text Example


Text Example

White with #AA5560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5560; }

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

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

background-color css

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

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

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

border-color css

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

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

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