Html Css Color HEX #AA4C59 Hippie Pink

📋 copy color: '#AA4C59'

red 170 ◦ green 76 ◦ blue 89

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

Shades of Hippie Pink #AA4C59

Tints of Hippie Pink #AA4C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

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

R = 50.75%
G = 22.69%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA4C59 (or 0xAA4C59) is known color: Hippie Pink. HEX triplet: AA, 4C and 59. RGB value is (170,76,89). Sum of RGB (Red+Green+Blue) = 170+76+89=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C59 is #55B3A6. Grayscale: #696969. Windows color (decimal): -5616551 or 5852330. OLE color: 5852330.

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

Color convert

RGB 170 76 89 -
CMYK 0 0.55 0.48 0.33
HSL 351.7º 0.38% 0.48% -
HSV(B) 351.7º 0.55% 0.67% -
XYZ 20.97 14.44 11.13 -
YUV 105.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 170 76 89 0 0.55 0.48 0.33 351.7 0.38 0.48
Hex AA 4C 59 0 37 30 21 160 26 30
Octal 252 114 131 0 67 60 41 540 46 60
Binary 10101010 1001100 1011001 0 110111 110000 100001 101100000 100110 110000

Color Harmonies of #AA4C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C59

Black with #AA4C59

Text Example


Text Example

White with #AA4C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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