Shades of Thatch #A68F8F
Tints of Thatch #A68F8F
RGB
CMYK
RGB Variations
Color information
#A68F8F (or 0xA68F8F) is known color: Thatch. HEX triplet: A6, 8F and 8F. RGB value is (166,143,143). Sum of RGB (Red+Green+Blue) = 166+143+143=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F8F is #597070. Grayscale: #959595. Windows color (decimal): -5861489 or 9408422. OLE color: 9408422.
HSL color Cylindrical-coordinate representation of color #A68F8F: hue angle of 0º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A68F8F is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 143 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.35 |
| HSL | 0º | 0.11% | 0.61% | - |
| HSV(B) | 0º | 0.14% | 0.65% | - |
| XYZ | 30.51 | 29.74 | 30.12 | - |
| YUV | 149.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 143 | 0 | 0.14 | 0.14 | 0.35 | 0 | 0.11 | 0.61 |
| Hex | A6 | 8F | 8F | 0 | E | E | 23 | 0 | B | 3D |
| Octal | 246 | 217 | 217 | 0 | 16 | 16 | 43 | 0 | 13 | 75 |
| Binary | 10100110 | 10001111 | 10001111 | 0 | 1110 | 1110 | 100011 | 0 | 1011 | 111101 |
Color Harmonies of #A68F8F
Complementary color
Monochromatic Colors of #A68F8F
Black with #A68F8F
Text Example
Text Example
White with #A68F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F8F; }
p { color: rgb(166,143,143); }
H1.HeaderClassName
{
color: #A68F8F;
}
.AnyTagClassName
{
color: #A68F8F;
}
</style>
background-color css
<style>
a { background-color: #A68F8F; }
a { background-color: rgb(166,143,143); }
div.DivClassName
{
background-color: #A68F8F;
}
.BgClassName
{
background-color: #A68F8F;
}
</style>
border-color css
<style>
span { border-color: #A68F8F; }
span { border-color: rgb(166,143,143); }
td.TdClassName
{
border-color: #A68F8F;
}
.TagClassName
{
border-color: #A68F8F;
}
</style>