#A3918D

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

Shades of Thatch #A3918D

Tints of Thatch #A3918D

Color information

#A3918D (or 0xA3918D) is unknown color: approx Thatch. HEX triplet: A3, 91 and 8D. RGB value is (163,145,141). Sum of RGB (Red+Green+Blue) = 163+145+141=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A3918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3918D is #5C6E72. Grayscale: #959595. Windows color (decimal): -6057587 or 9277859. OLE color: 9277859.

HSL color Cylindrical-coordinate representation of color #A3918D: hue angle of 10.91º degrees, saturation: 0.11, 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 #A3918D is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163145141-
CMYK00.110.130.36
HSL10.91º10.68%59.61%-
HSV(B)10.91º13.5%63.92%-
XYZ30.0429.9629.4-
YUV149.93122.96137.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 145 (57.03% from 255) = 32.29%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=36.30%
G=32.29%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314514100.110.130.3610.9110.6859.61
HexA3918D0BD24bb3c
Octal2432212150131544131374
Binary10100011100100011000110101011110110010010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3918D; }

 p { color: rgb(163,145,141); }

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

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

 a { background-color: rgb(163,145,141); }

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

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

 span { border-color: rgb(163,145,141); }

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