Html Css Color HEX #AA494E Hippie Pink

📋 copy color: '#AA494E'

red 170 ◦ green 73 ◦ blue 78

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

Shades of Hippie Pink #AA494E

Tints of Hippie Pink #AA494E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 52.96%
G = 22.74%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA494E (or 0xAA494E) is known color: Hippie Pink. HEX triplet: AA, 49 and 4E. RGB value is (170,73,78). Sum of RGB (Red+Green+Blue) = 170+73+78=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA494E is #55B6B1. Grayscale: #666666. Windows color (decimal): -5617330 or 5130666. OLE color: 5130666.

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

Color convert

RGB 170 73 78 -
CMYK 0 0.57 0.54 0.33
HSL 356.91º 0.4% 0.48% -
HSV(B) 356.91º 0.57% 0.67% -
XYZ 20.34 13.86 8.81 -
YUV 102.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 170 73 78 0 0.57 0.54 0.33 356.91 0.4 0.48
Hex AA 49 4E 0 39 36 21 165 28 30
Octal 252 111 116 0 71 66 41 545 50 60
Binary 10101010 1001001 1001110 0 111001 110110 100001 101100101 101000 110000

Color Harmonies of #AA494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA494E

Black with #AA494E

Text Example


Text Example

White with #AA494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA494E; }

 p { color: rgb(170,73,78); }

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

background-color css

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

 a { background-color: rgb(170,73,78); }

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

border-color css

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

 span { border-color: rgb(170,73,78); }

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