#A8938E

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

Shades of Thatch #A8938E

Tints of Thatch #A8938E

Color information

#A8938E (or 0xA8938E) is unknown color: approx Thatch. HEX triplet: A8, 93 and 8E. RGB value is (168,147,142). Sum of RGB (Red+Green+Blue) = 168+147+142=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 168 - color contains mainly: red. Hex color #A8938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8938E is #576C71. Grayscale: #989898. Windows color (decimal): -5729394 or 9343912. OLE color: 9343912.

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

Color convert

RGB168147142-
CMYK00.130.150.34
HSL11.54º13%60.78%-
HSV(B)11.54º15.48%65.88%-
XYZ31.4631.1529.94-
YUV152.71121.96138.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=36.76%
G=32.17%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814714200.130.150.3411.541360.78
HexA8938E0DF22cd3d
Octal2502232160151742141575
Binary10101000100100111000111001101111110001011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8938E; }

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

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

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

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

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

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

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

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