#AA556C

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

Shades of Blush #AA556C

Tints of Blush #AA556C

Color information

#AA556C (or 0xAA556C) is unknown color: approx Blush. HEX triplet: AA, 55 and 6C. RGB value is (170,85,108). Sum of RGB (Red+Green+Blue) = 170+85+108=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA556C is #55AA93. Grayscale: #717171. Windows color (decimal): -5614228 or 7099818. OLE color: 7099818.

HSL color Cylindrical-coordinate representation of color #AA556C: hue angle of 343.76º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA556C is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17085108-
CMYK00.500.360.33
HSL343.76º33.33%50%-
HSV(B)343.76º50%66.67%-
XYZ22.5316.1316.11-
YUV113.04125.16168.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=46.83%
G=23.42%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708510800.500.360.33343.7633.3350
HexAA556C03224211582132
Octal25212515406244415304162
Binary10101010101010111011000110010100100100001101011000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA556C; }

 p { color: rgb(170,85,108); }

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

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

 a { background-color: rgb(170,85,108); }

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

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

 span { border-color: rgb(170,85,108); }

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