#AA566E

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

Shades of Blush #AA566E

Tints of Blush #AA566E

Color information

#AA566E (or 0xAA566E) is unknown color: approx Blush. HEX triplet: AA, 56 and 6E. RGB value is (170,86,110). Sum of RGB (Red+Green+Blue) = 170+86+110=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA566E is #55A991. Grayscale: #717171. Windows color (decimal): -5613970 or 7231146. OLE color: 7231146.

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

Color convert

RGB17086110-
CMYK00.490.350.33
HSL342.86º33.07%50.2%-
HSV(B)342.86º49.41%66.67%-
XYZ22.7216.3316.71-
YUV113.85125.83168.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=46.45%
G=23.50%
B=30.05%

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
Decimal1708611000.490.350.33342.8633.0750.2
HexAA566E03123211572132
Octal25212615606143415274162
Binary10101010101011011011100110001100011100001101010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA566E; }

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

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

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

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

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

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

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

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