#A6918C

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

Shades of Thatch #A6918C

Tints of Thatch #A6918C

Color information

#A6918C (or 0xA6918C) is unknown color: approx Thatch. HEX triplet: A6, 91 and 8C. RGB value is (166,145,140). Sum of RGB (Red+Green+Blue) = 166+145+140=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A6918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6918C is #596E73. Grayscale: #969696. Windows color (decimal): -5860980 or 9212326. OLE color: 9212326.

HSL color Cylindrical-coordinate representation of color #A6918C: hue angle of 11.54º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6918C is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB166145140-
CMYK00.130.160.35
HSL11.54º12.75%60%-
HSV(B)11.54º15.66%65.1%-
XYZ30.5830.2529.04-
YUV150.71121.96138.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 140 (55.08% from 255) = 31.04%
R=36.81%
G=32.15%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614514000.130.160.3511.5412.7560
HexA6918C0D1023cd3c
Octal2462212140152043141574
Binary101001101001000110001100011011000010001111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6918C; }

 p { color: rgb(166,145,140); }

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

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

 a { background-color: rgb(166,145,140); }

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

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

 span { border-color: rgb(166,145,140); }

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