Shades of Afghan Tan #8E551A
Tints of Afghan Tan #8E551A
RGB
CMYK
RGB Variations
Color information
#8E551A (or 0x8E551A) is known color: Afghan Tan. HEX triplet: 8E, 55 and 1A. RGB value is (142,85,26). Sum of RGB (Red+Green+Blue) = 142+85+26=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E551A is #71AAE5. Grayscale: #5F5F5F. Windows color (decimal): -7449318 or 1725838. OLE color: 1725838.
HSL color Cylindrical-coordinate representation of color #8E551A: hue angle of 30.52º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E551A is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 26 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.44 |
| HSL | 30.52º | 0.69% | 0.33% | - |
| HSV(B) | 30.52º | 0.82% | 0.56% | - |
| XYZ | 14.59 | 12.32 | 2.59 | - |
| YUV | 95.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 26 | 0 | 0.40 | 0.82 | 0.44 | 30.52 | 0.69 | 0.33 |
| Hex | 8E | 55 | 1A | 0 | 28 | 52 | 2C | 1F | 45 | 21 |
| Octal | 216 | 125 | 32 | 0 | 50 | 122 | 54 | 37 | 105 | 41 |
| Binary | 10001110 | 1010101 | 11010 | 0 | 101000 | 1010010 | 101100 | 11111 | 1000101 | 100001 |
Color Harmonies of #8E551A
Complementary color
Monochromatic Colors of #8E551A
Black with #8E551A
Text Example
Text Example
White with #8E551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E551A; }
p { color: rgb(142,85,26); }
H1.HeaderClassName
{
color: #8E551A;
}
.AnyTagClassName
{
color: #8E551A;
}
</style>
background-color css
<style>
a { background-color: #8E551A; }
a { background-color: rgb(142,85,26); }
div.DivClassName
{
background-color: #8E551A;
}
.BgClassName
{
background-color: #8E551A;
}
</style>
border-color css
<style>
span { border-color: #8E551A; }
span { border-color: rgb(142,85,26); }
td.TdClassName
{
border-color: #8E551A;
}
.TagClassName
{
border-color: #8E551A;
}
</style>