Shades of Afghan Tan #8A5A1E
Tints of Afghan Tan #8A5A1E
RGB
CMYK
RGB Variations
Color information
#8A5A1E (or 0x8A5A1E) is known color: Afghan Tan. HEX triplet: 8A, 5A and 1E. RGB value is (138,90,30). Sum of RGB (Red+Green+Blue) = 138+90+30=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5A1E is #75A5E1. Grayscale: #616161. Windows color (decimal): -7710178 or 1989258. OLE color: 1989258.
HSL color Cylindrical-coordinate representation of color #8A5A1E: hue angle of 33.33º 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 #8A5A1E is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 90 | 30 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.46 |
| HSL | 33.33º | 0.64% | 0.33% | - |
| HSV(B) | 33.33º | 0.78% | 0.54% | - |
| XYZ | 14.37 | 12.81 | 2.94 | - |
| YUV | 97.51 | 89.9 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 90 | 30 | 0 | 0.35 | 0.78 | 0.46 | 33.33 | 0.64 | 0.33 |
| Hex | 8A | 5A | 1E | 0 | 23 | 4E | 2E | 21 | 40 | 21 |
| Octal | 212 | 132 | 36 | 0 | 43 | 116 | 56 | 41 | 100 | 41 |
| Binary | 10001010 | 1011010 | 11110 | 0 | 100011 | 1001110 | 101110 | 100001 | 1000000 | 100001 |
Color Harmonies of #8A5A1E
Complementary color
Monochromatic Colors of #8A5A1E
Black with #8A5A1E
Text Example
Text Example
White with #8A5A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5A1E; }
p { color: rgb(138,90,30); }
H1.HeaderClassName
{
color: #8A5A1E;
}
.AnyTagClassName
{
color: #8A5A1E;
}
</style>
background-color css
<style>
a { background-color: #8A5A1E; }
a { background-color: rgb(138,90,30); }
div.DivClassName
{
background-color: #8A5A1E;
}
.BgClassName
{
background-color: #8A5A1E;
}
</style>
border-color css
<style>
span { border-color: #8A5A1E; }
span { border-color: rgb(138,90,30); }
td.TdClassName
{
border-color: #8A5A1E;
}
.TagClassName
{
border-color: #8A5A1E;
}
</style>