Shades of Thatch #A38C8B
Tints of Thatch #A38C8B
RGB
CMYK
RGB Variations
Color information
#A38C8B (or 0xA38C8B) is known color: Thatch. HEX triplet: A3, 8C and 8B. RGB value is (163,140,139). Sum of RGB (Red+Green+Blue) = 163+140+139=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C8B is #5C7374. Grayscale: #929292. Windows color (decimal): -6058869 or 9145507. OLE color: 9145507.
HSL color Cylindrical-coordinate representation of color #A38C8B: hue angle of 2.5º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A38C8B is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 140 | 139 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.36 |
| HSL | 2.5º | 0.12% | 0.59% | - |
| HSV(B) | 2.5º | 0.15% | 0.64% | - |
| XYZ | 29.14 | 28.41 | 28.37 | - |
| YUV | 146.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 139 | 0 | 0.14 | 0.15 | 0.36 | 2.5 | 0.12 | 0.59 |
| Hex | A3 | 8C | 8B | 0 | E | F | 24 | 2 | C | 3B |
| Octal | 243 | 214 | 213 | 0 | 16 | 17 | 44 | 2 | 14 | 73 |
| Binary | 10100011 | 10001100 | 10001011 | 0 | 1110 | 1111 | 100100 | 10 | 1100 | 111011 |
Color Harmonies of #A38C8B
Complementary color
Monochromatic Colors of #A38C8B
Black with #A38C8B
Text Example
Text Example
White with #A38C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38C8B; }
p { color: rgb(163,140,139); }
H1.HeaderClassName
{
color: #A38C8B;
}
.AnyTagClassName
{
color: #A38C8B;
}
</style>
background-color css
<style>
a { background-color: #A38C8B; }
a { background-color: rgb(163,140,139); }
div.DivClassName
{
background-color: #A38C8B;
}
.BgClassName
{
background-color: #A38C8B;
}
</style>
border-color css
<style>
span { border-color: #A38C8B; }
span { border-color: rgb(163,140,139); }
td.TdClassName
{
border-color: #A38C8B;
}
.TagClassName
{
border-color: #A38C8B;
}
</style>