Html Css Color HEX #AA4159 Hippie Pink

📋 copy color: '#AA4159'

red 170 ◦ green 65 ◦ blue 89

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

Shades of Hippie Pink #AA4159

Tints of Hippie Pink #AA4159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

 BLUE value IS 89 (35.16% from 255) = 27.47%

R = 52.47%
G = 20.06%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA4159 (or 0xAA4159) is known color: Hippie Pink. HEX triplet: AA, 41 and 59. RGB value is (170,65,89). Sum of RGB (Red+Green+Blue) = 170+65+89=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4159 is #55BEA6. Grayscale: #636363. Windows color (decimal): -5619367 or 5849514. OLE color: 5849514.

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

Color convert

RGB 170 65 89 -
CMYK 0 0.62 0.48 0.33
HSL 346.29º 0.45% 0.46% -
HSV(B) 346.29º 0.62% 0.67% -
XYZ 20.27 13.05 10.9 -
YUV 99.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 170 65 89 0 0.62 0.48 0.33 346.29 0.45 0.46
Hex AA 41 59 0 3E 30 21 15A 2D 2E
Octal 252 101 131 0 76 60 41 532 55 56
Binary 10101010 1000001 1011001 0 111110 110000 100001 101011010 101101 101110

Color Harmonies of #AA4159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4159

Black with #AA4159

Text Example


Text Example

White with #AA4159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4159; }

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

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

background-color css

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

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

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

border-color css

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

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

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