#AA556D

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

Shades of Blush #AA556D

Tints of Blush #AA556D

Color information

#AA556D (or 0xAA556D) is unknown color: approx Blush. HEX triplet: AA, 55 and 6D. RGB value is (170,85,109). Sum of RGB (Red+Green+Blue) = 170+85+109=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA556D is #55AA92. Grayscale: #717171. Windows color (decimal): -5614227 or 7165354. OLE color: 7165354.

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

Color convert

RGB17085109-
CMYK00.500.360.33
HSL343.06º33.33%50%-
HSV(B)343.06º50%66.67%-
XYZ22.5916.1516.39-
YUV113.15125.66168.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=46.70%
G=23.35%
B=29.95%

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
Decimal1708510900.500.360.33343.0633.3350
HexAA556D03224211572132
Octal25212515506244415274162
Binary10101010101010111011010110010100100100001101010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA556D; }

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

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

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

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

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

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

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

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