#AA4552

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

Shades of Hippie Pink #AA4552

Tints of Hippie Pink #AA4552

Color information

#AA4552 (or 0xAA4552) is unknown color: approx Hippie Pink. HEX triplet: AA, 45 and 52. RGB value is (170,69,82). Sum of RGB (Red+Green+Blue) = 170+69+82=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4552 is #55BAAD. Grayscale: #646464. Windows color (decimal): -5618350 or 5391786. OLE color: 5391786.

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

Color convert

RGB1706982-
CMYK00.590.520.33
HSL352.28º42.26%46.86%-
HSV(B)352.28º59.41%66.67%-
XYZ20.2313.419.51-
YUV100.68117.46177.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.96%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=52.96%
G=21.50%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170698200.590.520.33352.2842.2646.86
HexAA455203B34211602a2f
Octal25210512207364415405257
Binary10101010100010110100100111011110100100001101100000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4552; }

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

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

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

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

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

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

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

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