Shades of Thatch #A3918D
Tints of Thatch #A3918D
RGB
CMYK
RGB Variations
Color information
#A3918D (or 0xA3918D) is known color: 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
| RGB | 163 | 145 | 141 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.36 |
| HSL | 10.91º | 0.11% | 0.6% | - |
| HSV(B) | 10.91º | 0.13% | 0.64% | - |
| XYZ | 30.04 | 29.96 | 29.4 | - |
| YUV | 149.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 141 | 0 | 0.11 | 0.13 | 0.36 | 10.91 | 0.11 | 0.6 |
| Hex | A3 | 91 | 8D | 0 | B | D | 24 | B | B | 3C |
| Octal | 243 | 221 | 215 | 0 | 13 | 15 | 44 | 13 | 13 | 74 |
| Binary | 10100011 | 10010001 | 10001101 | 0 | 1011 | 1101 | 100100 | 1011 | 1011 | 111100 |
Color Harmonies of #A3918D
Complementary color
Monochromatic Colors of #A3918D
Black with #A3918D
Text Example
Text Example
White with #A3918D
Text Example
Text Example
HTML Codes & Css Web 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>