Shades of Thatch #A9918A
Tints of Thatch #A9918A
RGB
CMYK
RGB Variations
Color information
#A9918A (or 0xA9918A) is known color: Thatch. HEX triplet: A9, 91 and 8A. RGB value is (169,145,138). Sum of RGB (Red+Green+Blue) = 169+145+138=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A9918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9918A is #566E75. Grayscale: #979797. Windows color (decimal): -5664374 or 9081257. OLE color: 9081257.
HSL color Cylindrical-coordinate representation of color #A9918A: hue angle of 13.55º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9918A is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 138 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.34 |
| HSL | 13.55º | 0.15% | 0.6% | - |
| HSV(B) | 13.55º | 0.18% | 0.66% | - |
| XYZ | 31.08 | 30.52 | 28.3 | - |
| YUV | 151.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 138 | 0 | 0.14 | 0.18 | 0.34 | 13.55 | 0.15 | 0.6 |
| Hex | A9 | 91 | 8A | 0 | E | 12 | 22 | E | F | 3C |
| Octal | 251 | 221 | 212 | 0 | 16 | 22 | 42 | 16 | 17 | 74 |
| Binary | 10101001 | 10010001 | 10001010 | 0 | 1110 | 10010 | 100010 | 1110 | 1111 | 111100 |
Color Harmonies of #A9918A
Complementary color
Monochromatic Colors of #A9918A
Black with #A9918A
Text Example
Text Example
White with #A9918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9918A; }
p { color: rgb(169,145,138); }
H1.HeaderClassName
{
color: #A9918A;
}
.AnyTagClassName
{
color: #A9918A;
}
</style>
background-color css
<style>
a { background-color: #A9918A; }
a { background-color: rgb(169,145,138); }
div.DivClassName
{
background-color: #A9918A;
}
.BgClassName
{
background-color: #A9918A;
}
</style>
border-color css
<style>
span { border-color: #A9918A; }
span { border-color: rgb(169,145,138); }
td.TdClassName
{
border-color: #A9918A;
}
.TagClassName
{
border-color: #A9918A;
}
</style>