Shades of Thatch #A99189
Tints of Thatch #A99189
RGB
CMYK
RGB Variations
Color information
#A99189 (or 0xA99189) is known color: Thatch. HEX triplet: A9, 91 and 89. RGB value is (169,145,137). Sum of RGB (Red+Green+Blue) = 169+145+137=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 169 - color contains mainly: red. Hex color #A99189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99189 is #566E76. Grayscale: #979797. Windows color (decimal): -5664375 or 9015721. OLE color: 9015721.
HSL color Cylindrical-coordinate representation of color #A99189: hue angle of 15º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A99189 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 137 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.34 |
| HSL | 15º | 0.16% | 0.6% | - |
| HSV(B) | 15º | 0.19% | 0.66% | - |
| XYZ | 31 | 30.49 | 27.92 | - |
| YUV | 151.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 137 | 0 | 0.14 | 0.19 | 0.34 | 15 | 0.16 | 0.6 |
| Hex | A9 | 91 | 89 | 0 | E | 13 | 22 | F | 10 | 3C |
| Octal | 251 | 221 | 211 | 0 | 16 | 23 | 42 | 17 | 20 | 74 |
| Binary | 10101001 | 10010001 | 10001001 | 0 | 1110 | 10011 | 100010 | 1111 | 10000 | 111100 |
Color Harmonies of #A99189
Complementary color
Monochromatic Colors of #A99189
Black with #A99189
Text Example
Text Example
White with #A99189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99189; }
p { color: rgb(169,145,137); }
H1.HeaderClassName
{
color: #A99189;
}
.AnyTagClassName
{
color: #A99189;
}
</style>
background-color css
<style>
a { background-color: #A99189; }
a { background-color: rgb(169,145,137); }
div.DivClassName
{
background-color: #A99189;
}
.BgClassName
{
background-color: #A99189;
}
</style>
border-color css
<style>
span { border-color: #A99189; }
span { border-color: rgb(169,145,137); }
td.TdClassName
{
border-color: #A99189;
}
.TagClassName
{
border-color: #A99189;
}
</style>