Shades of Afghan Tan #985C29
Tints of Afghan Tan #985C29
RGB
CMYK
RGB Variations
Color information
#985C29 (or 0x985C29) is known color: Afghan Tan. HEX triplet: 98, 5C and 29. RGB value is (152,92,41). Sum of RGB (Red+Green+Blue) = 152+92+41=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #985C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C29 is #67A3D6. Grayscale: #686868. Windows color (decimal): -6792151 or 2710680. OLE color: 2710680.
HSL color Cylindrical-coordinate representation of color #985C29: hue angle of 27.57º 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 #985C29 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 41 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.40 |
| HSL | 27.57º | 0.58% | 0.38% | - |
| HSV(B) | 27.57º | 0.73% | 0.6% | - |
| XYZ | 17.18 | 14.49 | 3.99 | - |
| YUV | 104.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 41 | 0 | 0.39 | 0.73 | 0.40 | 27.57 | 0.58 | 0.38 |
| Hex | 98 | 5C | 29 | 0 | 27 | 49 | 28 | 1C | 3A | 26 |
| Octal | 230 | 134 | 51 | 0 | 47 | 111 | 50 | 34 | 72 | 46 |
| Binary | 10011000 | 1011100 | 101001 | 0 | 100111 | 1001001 | 101000 | 11100 | 111010 | 100110 |
Color Harmonies of #985C29
Complementary color
Monochromatic Colors of #985C29
Black with #985C29
Text Example
Text Example
White with #985C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C29; }
p { color: rgb(152,92,41); }
H1.HeaderClassName
{
color: #985C29;
}
.AnyTagClassName
{
color: #985C29;
}
</style>
background-color css
<style>
a { background-color: #985C29; }
a { background-color: rgb(152,92,41); }
div.DivClassName
{
background-color: #985C29;
}
.BgClassName
{
background-color: #985C29;
}
</style>
border-color css
<style>
span { border-color: #985C29; }
span { border-color: rgb(152,92,41); }
td.TdClassName
{
border-color: #985C29;
}
.TagClassName
{
border-color: #985C29;
}
</style>