Shades of Thatch #A99693
Tints of Thatch #A99693
RGB
CMYK
RGB Variations
Color information
#A99693 (or 0xA99693) is known color: Thatch. HEX triplet: A9, 96 and 93. RGB value is (169,150,147). Sum of RGB (Red+Green+Blue) = 169+150+147=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 169 - color contains mainly: red. Hex color #A99693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99693 is #56696C. Grayscale: #9B9B9B. Windows color (decimal): -5663085 or 9672361. OLE color: 9672361.
HSL color Cylindrical-coordinate representation of color #A99693: hue angle of 8.18º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A99693 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 147 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.34 |
| HSL | 8.18º | 0.11% | 0.62% | - |
| HSV(B) | 8.18º | 0.13% | 0.66% | - |
| XYZ | 32.54 | 32.35 | 32.13 | - |
| YUV | 155.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 147 | 0 | 0.11 | 0.13 | 0.34 | 8.18 | 0.11 | 0.62 |
| Hex | A9 | 96 | 93 | 0 | B | D | 22 | 8 | B | 3E |
| Octal | 251 | 226 | 223 | 0 | 13 | 15 | 42 | 10 | 13 | 76 |
| Binary | 10101001 | 10010110 | 10010011 | 0 | 1011 | 1101 | 100010 | 1000 | 1011 | 111110 |
Color Harmonies of #A99693
Complementary color
Monochromatic Colors of #A99693
Black with #A99693
Text Example
Text Example
White with #A99693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99693; }
p { color: rgb(169,150,147); }
H1.HeaderClassName
{
color: #A99693;
}
.AnyTagClassName
{
color: #A99693;
}
</style>
background-color css
<style>
a { background-color: #A99693; }
a { background-color: rgb(169,150,147); }
div.DivClassName
{
background-color: #A99693;
}
.BgClassName
{
background-color: #A99693;
}
</style>
border-color css
<style>
span { border-color: #A99693; }
span { border-color: rgb(169,150,147); }
td.TdClassName
{
border-color: #A99693;
}
.TagClassName
{
border-color: #A99693;
}
</style>