#A6566D

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

Shades of Blush #A6566D

Tints of Blush #A6566D

Color information

#A6566D (or 0xA6566D) is unknown color: approx Blush. HEX triplet: A6, 56 and 6D. RGB value is (166,86,109). Sum of RGB (Red+Green+Blue) = 166+86+109=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6566D is #59A992. Grayscale: #707070. Windows color (decimal): -5876115 or 7165606. OLE color: 7165606.

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

Color convert

RGB16686109-
CMYK00.480.340.35
HSL342.75º31.75%49.41%-
HSV(B)342.75º48.19%65.1%-
XYZ21.8115.8716.38-
YUV112.54126166.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=45.98%
G=23.82%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668610900.480.340.35342.7531.7549.41
HexA6566D03022231572031
Octal24612615506042435274061
Binary10100110101011011011010110000100010100011101010111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6566D; }

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

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

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

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

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

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

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

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