#AA596F

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

Shades of Blush #AA596F

Tints of Blush #AA596F

Color information

#AA596F (or 0xAA596F) is unknown color: approx Blush. HEX triplet: AA, 59 and 6F. RGB value is (170,89,111). Sum of RGB (Red+Green+Blue) = 170+89+111=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA596F is #55A690. Grayscale: #737373. Windows color (decimal): -5613201 or 7297450. OLE color: 7297450.

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

Color convert

RGB17089111-
CMYK00.480.350.33
HSL343.7º32.27%50.78%-
HSV(B)343.7º47.65%66.67%-
XYZ23.0216.8417.08-
YUV115.73125.34166.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 111 (43.75% from 255) = 30%
R=45.95%
G=24.05%
B=30%

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
Decimal1708911100.480.350.33343.732.2750.78
HexAA596F03023211582033
Octal25213115706043415304063
Binary10101010101100111011110110000100011100001101011000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA596F; }

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

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

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

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

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

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

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

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