Html Css Color HEX #AA4759 Hippie Pink

📋 copy color: '#AA4759'

red 170 ◦ green 71 ◦ blue 89

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

Shades of Hippie Pink #AA4759

Tints of Hippie Pink #AA4759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.52%

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

R = 51.52%
G = 21.52%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA4759 (or 0xAA4759) is known color: Hippie Pink. HEX triplet: AA, 47 and 59. RGB value is (170,71,89). Sum of RGB (Red+Green+Blue) = 170+71+89=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4759 is #55B8A6. Grayscale: #666666. Windows color (decimal): -5617831 or 5851050. OLE color: 5851050.

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

Color convert

RGB 170 71 89 -
CMYK 0 0.58 0.48 0.33
HSL 349.09º 0.41% 0.47% -
HSV(B) 349.09º 0.58% 0.67% -
XYZ 20.63 13.77 11.02 -
YUV 102.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 170 71 89 0 0.58 0.48 0.33 349.09 0.41 0.47
Hex AA 47 59 0 3A 30 21 15D 29 2F
Octal 252 107 131 0 72 60 41 535 51 57
Binary 10101010 1000111 1011001 0 111010 110000 100001 101011101 101001 101111

Color Harmonies of #AA4759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4759

Black with #AA4759

Text Example


Text Example

White with #AA4759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4759; }

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

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

background-color css

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

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

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

border-color css

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

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

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