#aa566f

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

Shades of Blush #AA566F

Tints of Blush #AA566F

Color information

#AA566F (or 0xAA566F) is unknown color: approx Blush. HEX triplet: AA, 56 and 6F. RGB value is (170,86,111). Sum of RGB (Red+Green+Blue) = 170+86+111=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA566F is #55A990. Grayscale: #717171. Windows color (decimal): -5613969 or 7296682. OLE color: 7296682.

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

Color convert

RGB17086111-
CMYK00.490.350.33
HSL342.14º33.07%50.2%-
HSV(B)342.14º49.41%66.67%-
XYZ22.7716.3516.99-
YUV113.97126.33167.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=46.32%
G=23.43%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708611100.490.350.33342.1433.0750.2
HexAA566F03123211562132
Octal25212615706143415264162
Binary10101010101011011011110110001100011100001101010110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa566f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa566f; }

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

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

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

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

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

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

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

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