Shades of Afghan Tan #985F2D
Tints of Afghan Tan #985F2D
RGB
CMYK
RGB Variations
Color information
#985F2D (or 0x985F2D) is known color: Afghan Tan. HEX triplet: 98, 5F and 2D. RGB value is (152,95,45). Sum of RGB (Red+Green+Blue) = 152+95+45=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #985F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F2D is #67A0D2. Grayscale: #6A6A6A. Windows color (decimal): -6791379 or 2973592. OLE color: 2973592.
HSL color Cylindrical-coordinate representation of color #985F2D: hue angle of 28.04º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #985F2D is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 95 | 45 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.40 |
| HSL | 28.04º | 0.54% | 0.39% | - |
| HSV(B) | 28.04º | 0.7% | 0.6% | - |
| XYZ | 17.51 | 15.05 | 4.46 | - |
| YUV | 106.34 | 93.38 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 95 | 45 | 0 | 0.38 | 0.70 | 0.40 | 28.04 | 0.54 | 0.39 |
| Hex | 98 | 5F | 2D | 0 | 26 | 46 | 28 | 1C | 36 | 27 |
| Octal | 230 | 137 | 55 | 0 | 46 | 106 | 50 | 34 | 66 | 47 |
| Binary | 10011000 | 1011111 | 101101 | 0 | 100110 | 1000110 | 101000 | 11100 | 110110 | 100111 |
Color Harmonies of #985F2D
Complementary color
Monochromatic Colors of #985F2D
Black with #985F2D
Text Example
Text Example
White with #985F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985F2D; }
p { color: rgb(152,95,45); }
H1.HeaderClassName
{
color: #985F2D;
}
.AnyTagClassName
{
color: #985F2D;
}
</style>
background-color css
<style>
a { background-color: #985F2D; }
a { background-color: rgb(152,95,45); }
div.DivClassName
{
background-color: #985F2D;
}
.BgClassName
{
background-color: #985F2D;
}
</style>
border-color css
<style>
span { border-color: #985F2D; }
span { border-color: rgb(152,95,45); }
td.TdClassName
{
border-color: #985F2D;
}
.TagClassName
{
border-color: #985F2D;
}
</style>