#AA4560

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

Shades of Hippie Pink #AA4560

Tints of Hippie Pink #AA4560

Color information

#AA4560 (or 0xAA4560) is unknown color: approx Hippie Pink. HEX triplet: AA, 45 and 60. RGB value is (170,69,96). Sum of RGB (Red+Green+Blue) = 170+69+96=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4560 is #55BA9F. Grayscale: #666666. Windows color (decimal): -5618336 or 6309290. OLE color: 6309290.

HSL color Cylindrical-coordinate representation of color #AA4560: hue angle of 343.96º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4560 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB1706996-
CMYK00.590.440.33
HSL343.96º42.26%46.86%-
HSV(B)343.96º59.41%66.67%-
XYZ20.8213.6512.6-
YUV102.28124.46176.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=50.75%
G=20.60%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170699600.590.440.33343.9642.2646.86
HexAA456003B2C211582a2f
Octal25210514007354415305257
Binary10101010100010111000000111011101100100001101011000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4560; }

 p { color: rgb(170,69,96); }

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

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

 a { background-color: rgb(170,69,96); }

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

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

 span { border-color: rgb(170,69,96); }

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