#AA596D

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

Shades of Blush #AA596D

Tints of Blush #AA596D

Color information

#AA596D (or 0xAA596D) is unknown color: approx Blush. HEX triplet: AA, 59 and 6D. RGB value is (170,89,109). Sum of RGB (Red+Green+Blue) = 170+89+109=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA596D is #55A692. Grayscale: #737373. Windows color (decimal): -5613203 or 7166378. OLE color: 7166378.

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

Color convert

RGB17089109-
CMYK00.480.360.33
HSL345.19º32.27%50.78%-
HSV(B)345.19º47.65%66.67%-
XYZ22.9116.7916.5-
YUV115.5124.34166.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=46.20%
G=24.18%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708910900.480.360.33345.1932.2750.78
HexAA596D03024211592033
Octal25213115506044415314063
Binary10101010101100111011010110000100100100001101011001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA596D; }

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

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

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

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

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

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

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

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