Shades of Afghan Tan #8A621D
Tints of Afghan Tan #8A621D
RGB
CMYK
RGB Variations
Color information
#8A621D (or 0x8A621D) is known color: Afghan Tan. HEX triplet: 8A, 62 and 1D. RGB value is (138,98,29). Sum of RGB (Red+Green+Blue) = 138+98+29=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A621D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A621D is #759DE2. Grayscale: #666666. Windows color (decimal): -7708131 or 1925770. OLE color: 1925770.
HSL color Cylindrical-coordinate representation of color #8A621D: hue angle of 37.98º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A621D is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 98 | 29 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.46 |
| HSL | 37.98º | 0.65% | 0.33% | - |
| HSV(B) | 37.98º | 0.79% | 0.54% | - |
| XYZ | 15.07 | 14.23 | 3.11 | - |
| YUV | 102.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 29 | 0 | 0.29 | 0.79 | 0.46 | 37.98 | 0.65 | 0.33 |
| Hex | 8A | 62 | 1D | 0 | 1D | 4F | 2E | 26 | 41 | 21 |
| Octal | 212 | 142 | 35 | 0 | 35 | 117 | 56 | 46 | 101 | 41 |
| Binary | 10001010 | 1100010 | 11101 | 0 | 11101 | 1001111 | 101110 | 100110 | 1000001 | 100001 |
Color Harmonies of #8A621D
Complementary color
Monochromatic Colors of #8A621D
Black with #8A621D
Text Example
Text Example
White with #8A621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A621D; }
p { color: rgb(138,98,29); }
H1.HeaderClassName
{
color: #8A621D;
}
.AnyTagClassName
{
color: #8A621D;
}
</style>
background-color css
<style>
a { background-color: #8A621D; }
a { background-color: rgb(138,98,29); }
div.DivClassName
{
background-color: #8A621D;
}
.BgClassName
{
background-color: #8A621D;
}
</style>
border-color css
<style>
span { border-color: #8A621D; }
span { border-color: rgb(138,98,29); }
td.TdClassName
{
border-color: #8A621D;
}
.TagClassName
{
border-color: #8A621D;
}
</style>