#A6596D

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

Shades of Blush #A6596D

Tints of Blush #A6596D

Color information

#A6596D (or 0xA6596D) is unknown color: approx Blush. HEX triplet: A6, 59 and 6D. RGB value is (166,89,109). Sum of RGB (Red+Green+Blue) = 166+89+109=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A6596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6596D is #59A692. Grayscale: #727272. Windows color (decimal): -5875347 or 7166374. OLE color: 7166374.

HSL color Cylindrical-coordinate representation of color #A6596D: hue angle of 344.42º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6596D is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16689109-
CMYK00.460.340.35
HSL344.42º30.2%50%-
HSV(B)344.42º46.39%65.1%-
XYZ22.0616.3616.46-
YUV114.3125.01164.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=45.60%
G=24.45%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668910900.460.340.35344.4230.250
HexA6596D02E22231581e32
Octal24613115505642435303662
Binary1010011010110011101101010111010001010001110101100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6596D; }

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

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

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

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

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

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

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

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