#AA4959

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

Shades of Hippie Pink #AA4959

Tints of Hippie Pink #AA4959

Color information

#AA4959 (or 0xAA4959) is unknown color: approx Hippie Pink. HEX triplet: AA, 49 and 59. RGB value is (170,73,89). Sum of RGB (Red+Green+Blue) = 170+73+89=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4959 is #55B6A6. Grayscale: #676767. Windows color (decimal): -5617319 or 5851562. OLE color: 5851562.

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

Color convert

RGB1707389-
CMYK00.570.480.33
HSL350.1º39.92%47.65%-
HSV(B)350.1º57.06%66.67%-
XYZ20.7614.0311.07-
YUV103.83119.64175.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 89 (35.16% from 255) = 26.81%
R=51.20%
G=21.99%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170738900.570.480.33350.139.9247.65
HexAA4959039302115e2830
Octal25211113107160415365060
Binary10101010100100110110010111001110000100001101011110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4959; }

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

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

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

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

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

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

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

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