#AA4951

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

Shades of Hippie Pink #AA4951

Tints of Hippie Pink #AA4951

Color information

#AA4951 (or 0xAA4951) is unknown color: approx Hippie Pink. HEX triplet: AA, 49 and 51. RGB value is (170,73,81). Sum of RGB (Red+Green+Blue) = 170+73+81=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4951 is #55B6AE. Grayscale: #666666. Windows color (decimal): -5617327 or 5327274. OLE color: 5327274.

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

Color convert

RGB1707381-
CMYK00.570.520.33
HSL355.05º39.92%47.65%-
HSV(B)355.05º57.06%66.67%-
XYZ20.4513.919.39-
YUV102.92115.64175.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 81 (32.03% from 255) = 25%
R=52.47%
G=22.53%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170738100.570.520.33355.0539.9247.65
HexAA495103934211632830
Octal25211112107164415435060
Binary10101010100100110100010111001110100100001101100011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4951; }

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

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

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

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

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

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

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

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