Shades of Afghan Tan #985D29
Tints of Afghan Tan #985D29
RGB
CMYK
RGB Variations
Color information
#985D29 (or 0x985D29) is known color: Afghan Tan. HEX triplet: 98, 5D and 29. RGB value is (152,93,41). Sum of RGB (Red+Green+Blue) = 152+93+41=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #985D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D29 is #67A2D6. Grayscale: #686868. Windows color (decimal): -6791895 or 2710936. OLE color: 2710936.
HSL color Cylindrical-coordinate representation of color #985D29: hue angle of 28.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #985D29 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 93 | 41 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.40 |
| HSL | 28.11º | 0.58% | 0.38% | - |
| HSV(B) | 28.11º | 0.73% | 0.6% | - |
| XYZ | 17.26 | 14.66 | 4.02 | - |
| YUV | 104.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 41 | 0 | 0.39 | 0.73 | 0.40 | 28.11 | 0.58 | 0.38 |
| Hex | 98 | 5D | 29 | 0 | 27 | 49 | 28 | 1C | 3A | 26 |
| Octal | 230 | 135 | 51 | 0 | 47 | 111 | 50 | 34 | 72 | 46 |
| Binary | 10011000 | 1011101 | 101001 | 0 | 100111 | 1001001 | 101000 | 11100 | 111010 | 100110 |
Color Harmonies of #985D29
Complementary color
Monochromatic Colors of #985D29
Black with #985D29
Text Example
Text Example
White with #985D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985D29; }
p { color: rgb(152,93,41); }
H1.HeaderClassName
{
color: #985D29;
}
.AnyTagClassName
{
color: #985D29;
}
</style>
background-color css
<style>
a { background-color: #985D29; }
a { background-color: rgb(152,93,41); }
div.DivClassName
{
background-color: #985D29;
}
.BgClassName
{
background-color: #985D29;
}
</style>
border-color css
<style>
span { border-color: #985D29; }
span { border-color: rgb(152,93,41); }
td.TdClassName
{
border-color: #985D29;
}
.TagClassName
{
border-color: #985D29;
}
</style>