#AA494A

Color #AA494A Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AA494A

Tints of Hippie Pink #AA494A

Color information

#AA494A (or 0xAA494A) is unknown color: approx Hippie Pink. HEX triplet: AA, 49 and 4A. RGB value is (170,73,74). Sum of RGB (Red+Green+Blue) = 170+73+74=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA494A is #55B6B5. Grayscale: #666666. Windows color (decimal): -5617334 or 4868522. OLE color: 4868522.

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

Color convert

RGB1707374-
CMYK00.570.560.33
HSL359.38º39.92%47.65%-
HSV(B)359.38º57.06%66.67%-
XYZ20.213.818.08-
YUV102.12112.14176.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.63%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=53.63%
G=23.03%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170737400.570.560.33359.3839.9247.65
HexAA494A03938211672830
Octal25211111207170415475060
Binary10101010100100110010100111001111000100001101100111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA494A; }

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

 H1.HeaderClassName
 {
   color: #AA494A;
 }
 .AnyTagClassName
 {
   color: #AA494A;
 }
</style>
background-color css

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

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

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

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

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

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