Shades of Afghan Tan #985C26
Tints of Afghan Tan #985C26
RGB
CMYK
RGB Variations
Color information
#985C26 (or 0x985C26) is known color: Afghan Tan. HEX triplet: 98, 5C and 26. RGB value is (152,92,38). Sum of RGB (Red+Green+Blue) = 152+92+38=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #985C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C26 is #67A3D9. Grayscale: #686868. Windows color (decimal): -6792154 or 2514072. OLE color: 2514072.
HSL color Cylindrical-coordinate representation of color #985C26: hue angle of 28.42º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #985C26 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 38 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.40 |
| HSL | 28.42º | 0.6% | 0.37% | - |
| HSV(B) | 28.42º | 0.75% | 0.6% | - |
| XYZ | 17.13 | 14.47 | 3.72 | - |
| YUV | 103.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 38 | 0 | 0.39 | 0.75 | 0.40 | 28.42 | 0.6 | 0.37 |
| Hex | 98 | 5C | 26 | 0 | 27 | 4B | 28 | 1C | 3C | 25 |
| Octal | 230 | 134 | 46 | 0 | 47 | 113 | 50 | 34 | 74 | 45 |
| Binary | 10011000 | 1011100 | 100110 | 0 | 100111 | 1001011 | 101000 | 11100 | 111100 | 100101 |
Color Harmonies of #985C26
Complementary color
Monochromatic Colors of #985C26
Black with #985C26
Text Example
Text Example
White with #985C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C26; }
p { color: rgb(152,92,38); }
H1.HeaderClassName
{
color: #985C26;
}
.AnyTagClassName
{
color: #985C26;
}
</style>
background-color css
<style>
a { background-color: #985C26; }
a { background-color: rgb(152,92,38); }
div.DivClassName
{
background-color: #985C26;
}
.BgClassName
{
background-color: #985C26;
}
</style>
border-color css
<style>
span { border-color: #985C26; }
span { border-color: rgb(152,92,38); }
td.TdClassName
{
border-color: #985C26;
}
.TagClassName
{
border-color: #985C26;
}
</style>