#A6938E

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

Shades of Thatch #A6938E

Tints of Thatch #A6938E

Color information

#A6938E (or 0xA6938E) is unknown color: approx Thatch. HEX triplet: A6, 93 and 8E. RGB value is (166,147,142). Sum of RGB (Red+Green+Blue) = 166+147+142=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6938E is #596C71. Grayscale: #989898. Windows color (decimal): -5860466 or 9343910. OLE color: 9343910.

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

Color convert

RGB166147142-
CMYK00.110.140.35
HSL12.5º11.88%60.39%-
HSV(B)12.5º14.46%65.1%-
XYZ31.0430.9329.92-
YUV152.11122.29137.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=36.48%
G=32.31%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614714200.110.140.3512.511.8860.39
HexA6938E0BE23dc3c
Octal2462232160131643151474
Binary10100110100100111000111001011111010001111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6938E; }

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

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

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

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

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

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

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

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