Shades of Afghan Tan #8A5D1E
Tints of Afghan Tan #8A5D1E
RGB
CMYK
RGB Variations
Color information
#8A5D1E (or 0x8A5D1E) is known color: Afghan Tan. HEX triplet: 8A, 5D and 1E. RGB value is (138,93,30). Sum of RGB (Red+Green+Blue) = 138+93+30=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5D1E is #75A2E1. Grayscale: #636363. Windows color (decimal): -7709410 or 1990026. OLE color: 1990026.
HSL color Cylindrical-coordinate representation of color #8A5D1E: hue angle of 35º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A5D1E is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 93 | 30 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.46 |
| HSL | 35º | 0.64% | 0.33% | - |
| HSV(B) | 35º | 0.78% | 0.54% | - |
| XYZ | 14.63 | 13.33 | 3.03 | - |
| YUV | 99.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 93 | 30 | 0 | 0.33 | 0.78 | 0.46 | 35 | 0.64 | 0.33 |
| Hex | 8A | 5D | 1E | 0 | 21 | 4E | 2E | 23 | 40 | 21 |
| Octal | 212 | 135 | 36 | 0 | 41 | 116 | 56 | 43 | 100 | 41 |
| Binary | 10001010 | 1011101 | 11110 | 0 | 100001 | 1001110 | 101110 | 100011 | 1000000 | 100001 |
Color Harmonies of #8A5D1E
Complementary color
Monochromatic Colors of #8A5D1E
Black with #8A5D1E
Text Example
Text Example
White with #8A5D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5D1E; }
p { color: rgb(138,93,30); }
H1.HeaderClassName
{
color: #8A5D1E;
}
.AnyTagClassName
{
color: #8A5D1E;
}
</style>
background-color css
<style>
a { background-color: #8A5D1E; }
a { background-color: rgb(138,93,30); }
div.DivClassName
{
background-color: #8A5D1E;
}
.BgClassName
{
background-color: #8A5D1E;
}
</style>
border-color css
<style>
span { border-color: #8A5D1E; }
span { border-color: rgb(138,93,30); }
td.TdClassName
{
border-color: #8A5D1E;
}
.TagClassName
{
border-color: #8A5D1E;
}
</style>