Shades of Thatch #A39997
Tints of Thatch #A39997
RGB
CMYK
RGB Variations
Color information
#A39997 (or 0xA39997) is known color: Thatch. HEX triplet: A3, 99 and 97. RGB value is (163,153,151). Sum of RGB (Red+Green+Blue) = 163+153+151=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 163 - color contains mainly: red. Hex color #A39997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39997 is #5C6668. Grayscale: #9B9B9B. Windows color (decimal): -6055529 or 9935267. OLE color: 9935267.
HSL color Cylindrical-coordinate representation of color #A39997: hue angle of 10º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A39997 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 151 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.36 |
| HSL | 10º | 0.06% | 0.62% | - |
| HSV(B) | 10º | 0.07% | 0.64% | - |
| XYZ | 32.08 | 32.8 | 33.92 | - |
| YUV | 155.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 151 | 0 | 0.06 | 0.07 | 0.36 | 10 | 0.06 | 0.62 |
| Hex | A3 | 99 | 97 | 0 | 6 | 7 | 24 | A | 6 | 3E |
| Octal | 243 | 231 | 227 | 0 | 6 | 7 | 44 | 12 | 6 | 76 |
| Binary | 10100011 | 10011001 | 10010111 | 0 | 110 | 111 | 100100 | 1010 | 110 | 111110 |
Color Harmonies of #A39997
Complementary color
Monochromatic Colors of #A39997
Black with #A39997
Text Example
Text Example
White with #A39997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39997; }
p { color: rgb(163,153,151); }
H1.HeaderClassName
{
color: #A39997;
}
.AnyTagClassName
{
color: #A39997;
}
</style>
background-color css
<style>
a { background-color: #A39997; }
a { background-color: rgb(163,153,151); }
div.DivClassName
{
background-color: #A39997;
}
.BgClassName
{
background-color: #A39997;
}
</style>
border-color css
<style>
span { border-color: #A39997; }
span { border-color: rgb(163,153,151); }
td.TdClassName
{
border-color: #A39997;
}
.TagClassName
{
border-color: #A39997;
}
</style>