Html Css Color HEX #AA4459 Hippie Pink

📋 copy color: '#AA4459'

red 170 ◦ green 68 ◦ blue 89

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

Shades of Hippie Pink #AA4459

Tints of Hippie Pink #AA4459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.8%

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

R = 51.99%
G = 20.8%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA4459 (or 0xAA4459) is known color: Hippie Pink. HEX triplet: AA, 44 and 59. RGB value is (170,68,89). Sum of RGB (Red+Green+Blue) = 170+68+89=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4459 is #55BBA6. Grayscale: #646464. Windows color (decimal): -5618599 or 5850282. OLE color: 5850282.

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

Color convert

RGB 170 68 89 -
CMYK 0 0.6 0.48 0.33
HSL 347.65º 0.43% 0.47% -
HSV(B) 347.65º 0.6% 0.67% -
XYZ 20.45 13.4 10.96 -
YUV 100.89 121.29 177.29 -
System Red Green Blue C M Y K H S L
Decimal 170 68 89 0 0.6 0.48 0.33 347.65 0.43 0.47
Hex AA 44 59 0 3C 30 21 15C 2B 2F
Octal 252 104 131 0 74 60 41 534 53 57
Binary 10101010 1000100 1011001 0 111100 110000 100001 101011100 101011 101111

Color Harmonies of #AA4459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4459

Black with #AA4459

Text Example


Text Example

White with #AA4459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4459; }

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

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

background-color css

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

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

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

border-color css

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

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

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