Html Css Color HEX #AA494C Hippie Pink

📋 copy color: '#AA494C'

red 170 ◦ green 73 ◦ blue 76

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

Shades of Hippie Pink #AA494C

Tints of Hippie Pink #AA494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 53.29%
G = 22.88%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA494C (or 0xAA494C) is known color: Hippie Pink. HEX triplet: AA, 49 and 4C. RGB value is (170,73,76). Sum of RGB (Red+Green+Blue) = 170+73+76=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA494C is #55B6B3. Grayscale: #666666. Windows color (decimal): -5617332 or 4999594. OLE color: 4999594.

HSL color Cylindrical-coordinate representation of color #AA494C: hue angle of 358.14º 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 #AA494C is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 76 -
CMYK 0 0.57 0.55 0.33
HSL 358.14º 0.4% 0.48% -
HSV(B) 358.14º 0.57% 0.67% -
XYZ 20.26 13.83 8.44 -
YUV 102.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 170 73 76 0 0.57 0.55 0.33 358.14 0.4 0.48
Hex AA 49 4C 0 39 37 21 166 28 30
Octal 252 111 114 0 71 67 41 546 50 60
Binary 10101010 1001001 1001100 0 111001 110111 100001 101100110 101000 110000

Color Harmonies of #AA494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA494C

Black with #AA494C

Text Example


Text Example

White with #AA494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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