Shades of Afghan Tan #985A1C
Tints of Afghan Tan #985A1C
RGB
CMYK
RGB Variations
Color information
#985A1C (or 0x985A1C) is known color: Afghan Tan. HEX triplet: 98, 5A and 1C. RGB value is (152,90,28). Sum of RGB (Red+Green+Blue) = 152+90+28=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #985A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A1C is #67A5E3. Grayscale: #656565. Windows color (decimal): -6792676 or 1858200. OLE color: 1858200.
HSL color Cylindrical-coordinate representation of color #985A1C: hue angle of 30º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #985A1C is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 28 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.40 |
| HSL | 30º | 0.69% | 0.35% | - |
| HSV(B) | 30º | 0.82% | 0.6% | - |
| XYZ | 16.81 | 14.07 | 2.93 | - |
| YUV | 101.47 | 86.54 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 28 | 0 | 0.41 | 0.82 | 0.40 | 30 | 0.69 | 0.35 |
| Hex | 98 | 5A | 1C | 0 | 29 | 52 | 28 | 1E | 45 | 23 |
| Octal | 230 | 132 | 34 | 0 | 51 | 122 | 50 | 36 | 105 | 43 |
| Binary | 10011000 | 1011010 | 11100 | 0 | 101001 | 1010010 | 101000 | 11110 | 1000101 | 100011 |
Color Harmonies of #985A1C
Complementary color
Monochromatic Colors of #985A1C
Black with #985A1C
Text Example
Text Example
White with #985A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A1C; }
p { color: rgb(152,90,28); }
H1.HeaderClassName
{
color: #985A1C;
}
.AnyTagClassName
{
color: #985A1C;
}
</style>
background-color css
<style>
a { background-color: #985A1C; }
a { background-color: rgb(152,90,28); }
div.DivClassName
{
background-color: #985A1C;
}
.BgClassName
{
background-color: #985A1C;
}
</style>
border-color css
<style>
span { border-color: #985A1C; }
span { border-color: rgb(152,90,28); }
td.TdClassName
{
border-color: #985A1C;
}
.TagClassName
{
border-color: #985A1C;
}
</style>