#AA4451

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

Shades of Hippie Pink #AA4451

Tints of Hippie Pink #AA4451

Color information

#AA4451 (or 0xAA4451) is unknown color: approx Hippie Pink. HEX triplet: AA, 44 and 51. RGB value is (170,68,81). Sum of RGB (Red+Green+Blue) = 170+68+81=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4451 is #55BBAE. Grayscale: #646464. Windows color (decimal): -5618607 or 5325994. OLE color: 5325994.

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

Color convert

RGB1706881-
CMYK00.60.520.33
HSL352.35º42.86%46.67%-
HSV(B)352.35º60%66.67%-
XYZ20.1313.279.29-
YUV99.98117.29177.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 81 (32.03% from 255) = 25.39%
R=53.29%
G=21.32%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170688100.60.520.33352.3542.8646.67
HexAA445103C34211602b2f
Octal25210412107464415405357
Binary10101010100010010100010111100110100100001101100000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4451; }

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

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

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

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

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

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

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

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