Html Css Color HEX #AA4559 Hippie Pink

📋 copy color: '#AA4559'

red 170 ◦ green 69 ◦ blue 89

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

Shades of Hippie Pink #AA4559

Tints of Hippie Pink #AA4559

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.04%

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

R = 51.83%
G = 21.04%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA4559 (or 0xAA4559) is known color: Hippie Pink. HEX triplet: AA, 45 and 59. RGB value is (170,69,89). Sum of RGB (Red+Green+Blue) = 170+69+89=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4559 is #55BAA6. Grayscale: #656565. Windows color (decimal): -5618343 or 5850538. OLE color: 5850538.

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

Color convert

RGB 170 69 89 -
CMYK 0 0.59 0.48 0.33
HSL 348.12º 0.42% 0.47% -
HSV(B) 348.12º 0.59% 0.67% -
XYZ 20.51 13.52 10.98 -
YUV 101.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 170 69 89 0 0.59 0.48 0.33 348.12 0.42 0.47
Hex AA 45 59 0 3B 30 21 15C 2A 2F
Octal 252 105 131 0 73 60 41 534 52 57
Binary 10101010 1000101 1011001 0 111011 110000 100001 101011100 101010 101111

Color Harmonies of #AA4559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4559

Black with #AA4559

Text Example


Text Example

White with #AA4559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4559; }

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

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

background-color css

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

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

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

border-color css

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

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

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