Shades of Thatch #A39896
Tints of Thatch #A39896
RGB
CMYK
RGB Variations
Color information
#A39896 (or 0xA39896) is known color: Thatch. HEX triplet: A3, 98 and 96. RGB value is (163,152,150). Sum of RGB (Red+Green+Blue) = 163+152+150=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A39896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39896 is #5C6769. Grayscale: #9B9B9B. Windows color (decimal): -6055786 or 9869475. OLE color: 9869475.
HSL color Cylindrical-coordinate representation of color #A39896: hue angle of 9.23º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A39896 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 152 | 150 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.36 |
| HSL | 9.23º | 0.07% | 0.61% | - |
| HSV(B) | 9.23º | 0.08% | 0.64% | - |
| XYZ | 31.84 | 32.45 | 33.44 | - |
| YUV | 155.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 150 | 0 | 0.07 | 0.08 | 0.36 | 9.23 | 0.07 | 0.61 |
| Hex | A3 | 98 | 96 | 0 | 7 | 8 | 24 | 9 | 7 | 3D |
| Octal | 243 | 230 | 226 | 0 | 7 | 10 | 44 | 11 | 7 | 75 |
| Binary | 10100011 | 10011000 | 10010110 | 0 | 111 | 1000 | 100100 | 1001 | 111 | 111101 |
Color Harmonies of #A39896
Complementary color
Monochromatic Colors of #A39896
Black with #A39896
Text Example
Text Example
White with #A39896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39896; }
p { color: rgb(163,152,150); }
H1.HeaderClassName
{
color: #A39896;
}
.AnyTagClassName
{
color: #A39896;
}
</style>
background-color css
<style>
a { background-color: #A39896; }
a { background-color: rgb(163,152,150); }
div.DivClassName
{
background-color: #A39896;
}
.BgClassName
{
background-color: #A39896;
}
</style>
border-color css
<style>
span { border-color: #A39896; }
span { border-color: rgb(163,152,150); }
td.TdClassName
{
border-color: #A39896;
}
.TagClassName
{
border-color: #A39896;
}
</style>