#AA596C

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

Shades of Blush #AA596C

Tints of Blush #AA596C

Color information

#AA596C (or 0xAA596C) is unknown color: approx Blush. HEX triplet: AA, 59 and 6C. RGB value is (170,89,108). Sum of RGB (Red+Green+Blue) = 170+89+108=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA596C is #55A693. Grayscale: #737373. Windows color (decimal): -5613204 or 7100842. OLE color: 7100842.

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

Color convert

RGB17089108-
CMYK00.480.360.33
HSL345.93º32.27%50.78%-
HSV(B)345.93º47.65%66.67%-
XYZ22.8616.7716.22-
YUV115.38123.84166.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=46.32%
G=24.25%
B=29.43%

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
Decimal1708910800.480.360.33345.9332.2750.78
HexAA596C030242115a2033
Octal25213115406044415324063
Binary10101010101100111011000110000100100100001101011010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA596C; }

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

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

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

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

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

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

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

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