Shades of Afghan Tan #885F19
Tints of Afghan Tan #885F19
RGB
CMYK
RGB Variations
Color information
#885F19 (or 0x885F19) is known color: Afghan Tan. HEX triplet: 88, 5F and 19. RGB value is (136,95,25). Sum of RGB (Red+Green+Blue) = 136+95+25=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #885F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885F19 is #77A0E6. Grayscale: #636363. Windows color (decimal): -7839975 or 1662856. OLE color: 1662856.
HSL color Cylindrical-coordinate representation of color #885F19: hue angle of 37.84º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #885F19 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 25 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.47 |
| HSL | 37.84º | 0.69% | 0.32% | - |
| HSV(B) | 37.84º | 0.82% | 0.53% | - |
| XYZ | 14.42 | 13.49 | 2.76 | - |
| YUV | 99.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 25 | 0 | 0.30 | 0.82 | 0.47 | 37.84 | 0.69 | 0.32 |
| Hex | 88 | 5F | 19 | 0 | 1E | 52 | 2F | 26 | 45 | 20 |
| Octal | 210 | 137 | 31 | 0 | 36 | 122 | 57 | 46 | 105 | 40 |
| Binary | 10001000 | 1011111 | 11001 | 0 | 11110 | 1010010 | 101111 | 100110 | 1000101 | 100000 |
Color Harmonies of #885F19
Complementary color
Monochromatic Colors of #885F19
Black with #885F19
Text Example
Text Example
White with #885F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F19; }
p { color: rgb(136,95,25); }
H1.HeaderClassName
{
color: #885F19;
}
.AnyTagClassName
{
color: #885F19;
}
</style>
background-color css
<style>
a { background-color: #885F19; }
a { background-color: rgb(136,95,25); }
div.DivClassName
{
background-color: #885F19;
}
.BgClassName
{
background-color: #885F19;
}
</style>
border-color css
<style>
span { border-color: #885F19; }
span { border-color: rgb(136,95,25); }
td.TdClassName
{
border-color: #885F19;
}
.TagClassName
{
border-color: #885F19;
}
</style>