#A6586D

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

Shades of Blush #A6586D

Tints of Blush #A6586D

Color information

#A6586D (or 0xA6586D) is unknown color: approx Blush. HEX triplet: A6, 58 and 6D. RGB value is (166,88,109). Sum of RGB (Red+Green+Blue) = 166+88+109=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A6586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6586D is #59A792. Grayscale: #717171. Windows color (decimal): -5875603 or 7166118. OLE color: 7166118.

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

Color convert

RGB16688109-
CMYK00.470.340.35
HSL343.85º30.71%49.8%-
HSV(B)343.85º46.99%65.1%-
XYZ21.9816.1916.43-
YUV113.72125.34165.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=45.73%
G=24.24%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668810900.470.340.35343.8530.7149.8
HexA6586D02F22231581f32
Octal24613015505742435303762
Binary1010011010110001101101010111110001010001110101100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6586D; }

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

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

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

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

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

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

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

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