#A6596F

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

Shades of Blush #A6596F

Tints of Blush #A6596F

Color information

#A6596F (or 0xA6596F) is unknown color: approx Blush. HEX triplet: A6, 59 and 6F. RGB value is (166,89,111). Sum of RGB (Red+Green+Blue) = 166+89+111=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A6596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6596F is #59A690. Grayscale: #727272. Windows color (decimal): -5875345 or 7297446. OLE color: 7297446.

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

Color convert

RGB16689111-
CMYK00.460.330.35
HSL342.86º30.2%50%-
HSV(B)342.86º46.39%65.1%-
XYZ22.1716.417.04-
YUV114.53126.01164.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 89 (35.16% from 255) = 24.32%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=45.36%
G=24.32%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668911100.460.330.35342.8630.250
HexA6596F02E21231571e32
Octal24613115705641435273662
Binary1010011010110011101111010111010000110001110101011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6596F; }

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

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

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

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

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

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

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

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