#A6938D

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

Shades of Thatch #A6938D

Tints of Thatch #A6938D

Color information

#A6938D (or 0xA6938D) is unknown color: approx Thatch. HEX triplet: A6, 93 and 8D. RGB value is (166,147,141). Sum of RGB (Red+Green+Blue) = 166+147+141=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A6938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6938D is #596C72. Grayscale: #989898. Windows color (decimal): -5860467 or 9278374. OLE color: 9278374.

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

Color convert

RGB166147141-
CMYK00.110.150.35
HSL14.4º12.32%60.2%-
HSV(B)14.4º15.06%65.1%-
XYZ30.9730.929.53-
YUV152121.79137.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.56%
GREEN value IS 147 (57.81% from 255) = 32.38%
BLUE value IS 141 (55.47% from 255) = 31.06%
R=36.56%
G=32.38%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614714100.110.150.3514.412.3260.2
HexA6938D0BF23ec3c
Octal2462232150131743161474
Binary10100110100100111000110101011111110001111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6938D; }

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

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

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

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

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

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

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

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