Html Css Color HEX #AA494D Hippie Pink

📋 copy color: '#AA494D'

red 170 ◦ green 73 ◦ blue 77

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

Shades of Hippie Pink #AA494D

Tints of Hippie Pink #AA494D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 53.13%
G = 22.81%
B = 24.06%

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

#AA494D (or 0xAA494D) is known color: Hippie Pink. HEX triplet: AA, 49 and 4D. RGB value is (170,73,77). Sum of RGB (Red+Green+Blue) = 170+73+77=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA494D is #55B6B2. Grayscale: #666666. Windows color (decimal): -5617331 or 5065130. OLE color: 5065130.

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

Color convert

RGB 170 73 77 -
CMYK 0 0.57 0.55 0.33
HSL 357.53º 0.4% 0.48% -
HSV(B) 357.53º 0.57% 0.67% -
XYZ 20.3 13.85 8.62 -
YUV 102.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 170 73 77 0 0.57 0.55 0.33 357.53 0.4 0.48
Hex AA 49 4D 0 39 37 21 166 28 30
Octal 252 111 115 0 71 67 41 546 50 60
Binary 10101010 1001001 1001101 0 111001 110111 100001 101100110 101000 110000

Color Harmonies of #AA494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA494D

Black with #AA494D

Text Example


Text Example

White with #AA494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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