#A6938C

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

Shades of Thatch #A6938C

Tints of Thatch #A6938C

Color information

#A6938C (or 0xA6938C) is unknown color: approx Thatch. HEX triplet: A6, 93 and 8C. RGB value is (166,147,140). Sum of RGB (Red+Green+Blue) = 166+147+140=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A6938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6938C is #596C73. Grayscale: #979797. Windows color (decimal): -5860468 or 9212838. OLE color: 9212838.

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

Color convert

RGB166147140-
CMYK00.110.160.35
HSL16.15º12.75%60%-
HSV(B)16.15º15.66%65.1%-
XYZ30.8930.8729.14-
YUV151.88121.29138.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=36.64%
G=32.45%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614714000.110.160.3516.1512.7560
HexA6938C0B102310d3c
Octal2462232140132043201574
Binary1010011010010011100011000101110000100011100001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6938C; }

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

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

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

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

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

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

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

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