Shades of Thatch #A4918D
Tints of Thatch #A4918D
RGB
CMYK
RGB Variations
Color information
#A4918D (or 0xA4918D) is known color: Thatch. HEX triplet: A4, 91 and 8D. RGB value is (164,145,141). Sum of RGB (Red+Green+Blue) = 164+145+141=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A4918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4918D is #5B6E72. Grayscale: #969696. Windows color (decimal): -5992051 or 9277860. OLE color: 9277860.
HSL color Cylindrical-coordinate representation of color #A4918D: hue angle of 10.43º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4918D is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 141 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.36 |
| HSL | 10.43º | 0.11% | 0.6% | - |
| HSV(B) | 10.43º | 0.14% | 0.64% | - |
| XYZ | 30.24 | 30.07 | 29.41 | - |
| YUV | 150.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 141 | 0 | 0.12 | 0.14 | 0.36 | 10.43 | 0.11 | 0.6 |
| Hex | A4 | 91 | 8D | 0 | C | E | 24 | A | B | 3C |
| Octal | 244 | 221 | 215 | 0 | 14 | 16 | 44 | 12 | 13 | 74 |
| Binary | 10100100 | 10010001 | 10001101 | 0 | 1100 | 1110 | 100100 | 1010 | 1011 | 111100 |
Color Harmonies of #A4918D
Complementary color
Monochromatic Colors of #A4918D
Black with #A4918D
Text Example
Text Example
White with #A4918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4918D; }
p { color: rgb(164,145,141); }
H1.HeaderClassName
{
color: #A4918D;
}
.AnyTagClassName
{
color: #A4918D;
}
</style>
background-color css
<style>
a { background-color: #A4918D; }
a { background-color: rgb(164,145,141); }
div.DivClassName
{
background-color: #A4918D;
}
.BgClassName
{
background-color: #A4918D;
}
</style>
border-color css
<style>
span { border-color: #A4918D; }
span { border-color: rgb(164,145,141); }
td.TdClassName
{
border-color: #A4918D;
}
.TagClassName
{
border-color: #A4918D;
}
</style>