Html Css Color HEX #AA4259 Hippie Pink

📋 copy color: '#AA4259'

red 170 ◦ green 66 ◦ blue 89

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

Shades of Hippie Pink #AA4259

Tints of Hippie Pink #AA4259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

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

R = 52.31%
G = 20.31%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA4259 (or 0xAA4259) is known color: Hippie Pink. HEX triplet: AA, 42 and 59. RGB value is (170,66,89). Sum of RGB (Red+Green+Blue) = 170+66+89=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4259 is #55BDA6. Grayscale: #636363. Windows color (decimal): -5619111 or 5849770. OLE color: 5849770.

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

Color convert

RGB 170 66 89 -
CMYK 0 0.61 0.48 0.33
HSL 346.73º 0.44% 0.46% -
HSV(B) 346.73º 0.61% 0.67% -
XYZ 20.33 13.16 10.92 -
YUV 99.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 170 66 89 0 0.61 0.48 0.33 346.73 0.44 0.46
Hex AA 42 59 0 3D 30 21 15B 2C 2E
Octal 252 102 131 0 75 60 41 533 54 56
Binary 10101010 1000010 1011001 0 111101 110000 100001 101011011 101100 101110

Color Harmonies of #AA4259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4259

Black with #AA4259

Text Example


Text Example

White with #AA4259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4259; }

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

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

background-color css

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

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

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

border-color css

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

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

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