#A3938E

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

Shades of Thatch #A3938E

Tints of Thatch #A3938E

Color information

#A3938E (or 0xA3938E) is unknown color: approx Thatch. HEX triplet: A3, 93 and 8E. RGB value is (163,147,142). Sum of RGB (Red+Green+Blue) = 163+147+142=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 163 - color contains mainly: red. Hex color #A3938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3938E is #5C6C71. Grayscale: #979797. Windows color (decimal): -6057074 or 9343907. OLE color: 9343907.

HSL color Cylindrical-coordinate representation of color #A3938E: hue angle of 14.29º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3938E is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163147142-
CMYK00.100.130.36
HSL14.29º10.24%59.8%-
HSV(B)14.29º12.88%63.92%-
XYZ30.4230.6129.9-
YUV151.21122.8136.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 147 (57.81% from 255) = 32.52%
BLUE value IS 142 (55.86% from 255) = 31.42%
R=36.06%
G=32.52%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314714200.100.130.3614.2910.2459.8
HexA3938E0AD24ea3c
Octal2432232160121544161274
Binary10100011100100111000111001010110110010011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3938E; }

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

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

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

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

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

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

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

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