#aa4456

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

Shades of Hippie Pink #AA4456

Tints of Hippie Pink #AA4456

Color information

#AA4456 (or 0xAA4456) is unknown color: approx Hippie Pink. HEX triplet: AA, 44 and 56. RGB value is (170,68,86). Sum of RGB (Red+Green+Blue) = 170+68+86=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4456 is #55BBA9. Grayscale: #646464. Windows color (decimal): -5618602 or 5653674. OLE color: 5653674.

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

Color convert

RGB1706886-
CMYK00.60.490.33
HSL349.41º42.86%46.67%-
HSV(B)349.41º60%66.67%-
XYZ20.3213.3510.31-
YUV100.55119.79177.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=52.47%
G=20.99%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170688600.60.490.33349.4142.8646.67
HexAA445603C312115d2b2f
Octal25210412607461415355357
Binary10101010100010010101100111100110001100001101011101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4456; }

 p { color: rgb(170,68,86); }

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

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

 a { background-color: rgb(170,68,86); }

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

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

 span { border-color: rgb(170,68,86); }

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