Shades of Thatch #A99B98
Tints of Thatch #A99B98
RGB
CMYK
RGB Variations
Color information
#A99B98 (or 0xA99B98) is known color: Thatch. HEX triplet: A9, 9B and 98. RGB value is (169,155,152). Sum of RGB (Red+Green+Blue) = 169+155+152=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B98 is #566467. Grayscale: #9E9E9E. Windows color (decimal): -5661800 or 10001321. OLE color: 10001321.
HSL color Cylindrical-coordinate representation of color #A99B98: hue angle of 10.59º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A99B98 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 152 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.34 |
| HSL | 10.59º | 0.09% | 0.63% | - |
| HSV(B) | 10.59º | 0.1% | 0.66% | - |
| XYZ | 33.75 | 34.14 | 34.52 | - |
| YUV | 158.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 152 | 0 | 0.08 | 0.10 | 0.34 | 10.59 | 0.09 | 0.63 |
| Hex | A9 | 9B | 98 | 0 | 8 | A | 22 | B | 9 | 3F |
| Octal | 251 | 233 | 230 | 0 | 10 | 12 | 42 | 13 | 11 | 77 |
| Binary | 10101001 | 10011011 | 10011000 | 0 | 1000 | 1010 | 100010 | 1011 | 1001 | 111111 |
Color Harmonies of #A99B98
Complementary color
Monochromatic Colors of #A99B98
Black with #A99B98
Text Example
Text Example
White with #A99B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B98; }
p { color: rgb(169,155,152); }
H1.HeaderClassName
{
color: #A99B98;
}
.AnyTagClassName
{
color: #A99B98;
}
</style>
background-color css
<style>
a { background-color: #A99B98; }
a { background-color: rgb(169,155,152); }
div.DivClassName
{
background-color: #A99B98;
}
.BgClassName
{
background-color: #A99B98;
}
</style>
border-color css
<style>
span { border-color: #A99B98; }
span { border-color: rgb(169,155,152); }
td.TdClassName
{
border-color: #A99B98;
}
.TagClassName
{
border-color: #A99B98;
}
</style>