Shades of Thatch #A99792
Tints of Thatch #A99792
RGB
CMYK
RGB Variations
Color information
#A99792 (or 0xA99792) is known color: Thatch. HEX triplet: A9, 97 and 92. RGB value is (169,151,146). Sum of RGB (Red+Green+Blue) = 169+151+146=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 169 - color contains mainly: red. Hex color #A99792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99792 is #56686D. Grayscale: #9B9B9B. Windows color (decimal): -5662830 or 9607081. OLE color: 9607081.
HSL color Cylindrical-coordinate representation of color #A99792: hue angle of 13.04º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A99792 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 146 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.34 |
| HSL | 13.04º | 0.12% | 0.62% | - |
| HSV(B) | 13.04º | 0.14% | 0.66% | - |
| XYZ | 32.62 | 32.64 | 31.78 | - |
| YUV | 155.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 146 | 0 | 0.11 | 0.14 | 0.34 | 13.04 | 0.12 | 0.62 |
| Hex | A9 | 97 | 92 | 0 | B | E | 22 | D | C | 3E |
| Octal | 251 | 227 | 222 | 0 | 13 | 16 | 42 | 15 | 14 | 76 |
| Binary | 10101001 | 10010111 | 10010010 | 0 | 1011 | 1110 | 100010 | 1101 | 1100 | 111110 |
Color Harmonies of #A99792
Complementary color
Monochromatic Colors of #A99792
Black with #A99792
Text Example
Text Example
White with #A99792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99792; }
p { color: rgb(169,151,146); }
H1.HeaderClassName
{
color: #A99792;
}
.AnyTagClassName
{
color: #A99792;
}
</style>
background-color css
<style>
a { background-color: #A99792; }
a { background-color: rgb(169,151,146); }
div.DivClassName
{
background-color: #A99792;
}
.BgClassName
{
background-color: #A99792;
}
</style>
border-color css
<style>
span { border-color: #A99792; }
span { border-color: rgb(169,151,146); }
td.TdClassName
{
border-color: #A99792;
}
.TagClassName
{
border-color: #A99792;
}
</style>