#AA596B

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

Shades of Blush #AA596B

Tints of Blush #AA596B

Color information

#AA596B (or 0xAA596B) is unknown color: approx Blush. HEX triplet: AA, 59 and 6B. RGB value is (170,89,107). Sum of RGB (Red+Green+Blue) = 170+89+107=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA596B is #55A694. Grayscale: #737373. Windows color (decimal): -5613205 or 7035306. OLE color: 7035306.

HSL color Cylindrical-coordinate representation of color #AA596B: hue angle of 346.67º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA596B is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17089107-
CMYK00.480.370.33
HSL346.67º32.27%50.78%-
HSV(B)346.67º47.65%66.67%-
XYZ22.816.7515.94-
YUV115.27123.34167.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 89 (35.16% from 255) = 24.32%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=46.45%
G=24.32%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708910700.480.370.33346.6732.2750.78
HexAA596B030252115b2033
Octal25213115306045415334063
Binary10101010101100111010110110000100101100001101011011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA596B; }

 p { color: rgb(170,89,107); }

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

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

 a { background-color: rgb(170,89,107); }

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

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

 span { border-color: rgb(170,89,107); }

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