#AA596E

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

Shades of Blush #AA596E

Tints of Blush #AA596E

Color information

#AA596E (or 0xAA596E) is unknown color: approx Blush. HEX triplet: AA, 59 and 6E. RGB value is (170,89,110). Sum of RGB (Red+Green+Blue) = 170+89+110=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA596E is #55A691. Grayscale: #737373. Windows color (decimal): -5613202 or 7231914. OLE color: 7231914.

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

Color convert

RGB17089110-
CMYK00.480.350.33
HSL344.44º32.27%50.78%-
HSV(B)344.44º47.65%66.67%-
XYZ22.9616.8216.79-
YUV115.61124.84166.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=46.07%
G=24.12%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708911000.480.350.33344.4432.2750.78
HexAA596E03023211582033
Octal25213115606043415304063
Binary10101010101100111011100110000100011100001101011000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA596E; }

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

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

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

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

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

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

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

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