Shades of Afghan Tan #99581E
Tints of Afghan Tan #99581E
RGB
CMYK
RGB Variations
Color information
#99581E (or 0x99581E) is known color: Afghan Tan. HEX triplet: 99, 58 and 1E. RGB value is (153,88,30). Sum of RGB (Red+Green+Blue) = 153+88+30=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #99581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99581E is #66A7E1. Grayscale: #656565. Windows color (decimal): -6727650 or 1988761. OLE color: 1988761.
HSL color Cylindrical-coordinate representation of color #99581E: hue angle of 28.29º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99581E is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 30 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.4 |
| HSL | 28.29º | 0.67% | 0.36% | - |
| HSV(B) | 28.29º | 0.8% | 0.6% | - |
| XYZ | 16.86 | 13.85 | 3.01 | - |
| YUV | 100.82 | 88.03 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 30 | 0 | 0.42 | 0.80 | 0.4 | 28.29 | 0.67 | 0.36 |
| Hex | 99 | 58 | 1E | 0 | 2A | 50 | 28 | 1C | 43 | 24 |
| Octal | 231 | 130 | 36 | 0 | 52 | 120 | 50 | 34 | 103 | 44 |
| Binary | 10011001 | 1011000 | 11110 | 0 | 101010 | 1010000 | 101000 | 11100 | 1000011 | 100100 |
Color Harmonies of #99581E
Complementary color
Monochromatic Colors of #99581E
Black with #99581E
Text Example
Text Example
White with #99581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99581E; }
p { color: rgb(153,88,30); }
H1.HeaderClassName
{
color: #99581E;
}
.AnyTagClassName
{
color: #99581E;
}
</style>
background-color css
<style>
a { background-color: #99581E; }
a { background-color: rgb(153,88,30); }
div.DivClassName
{
background-color: #99581E;
}
.BgClassName
{
background-color: #99581E;
}
</style>
border-color css
<style>
span { border-color: #99581E; }
span { border-color: rgb(153,88,30); }
td.TdClassName
{
border-color: #99581E;
}
.TagClassName
{
border-color: #99581E;
}
</style>