Html Css Color HEX #AA4860 Hippie Pink

📋 copy color: '#AA4860'

red 170 ◦ green 72 ◦ blue 96

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

Shades of Hippie Pink #AA4860

Tints of Hippie Pink #AA4860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

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

R = 50.3%
G = 21.3%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA4860 (or 0xAA4860) is known color: Hippie Pink. HEX triplet: AA, 48 and 60. RGB value is (170,72,96). Sum of RGB (Red+Green+Blue) = 170+72+96=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4860 is #55B79F. Grayscale: #686868. Windows color (decimal): -5617568 or 6310058. OLE color: 6310058.

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

Color convert

RGB 170 72 96 -
CMYK 0 0.58 0.44 0.33
HSL 345.31º 0.4% 0.47% -
HSV(B) 345.31º 0.58% 0.67% -
XYZ 21.01 14.03 12.67 -
YUV 104.04 123.47 175.05 -
System Red Green Blue C M Y K H S L
Decimal 170 72 96 0 0.58 0.44 0.33 345.31 0.4 0.47
Hex AA 48 60 0 3A 2C 21 159 28 2F
Octal 252 110 140 0 72 54 41 531 50 57
Binary 10101010 1001000 1100000 0 111010 101100 100001 101011001 101000 101111

Color Harmonies of #AA4860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4860

Black with #AA4860

Text Example


Text Example

White with #AA4860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4860; }

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

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

background-color css

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

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

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

border-color css

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

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

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