Shades of Afghan Tan #986222
Tints of Afghan Tan #986222
RGB
CMYK
RGB Variations
Color information
#986222 (or 0x986222) is known color: Afghan Tan. HEX triplet: 98, 62 and 22. RGB value is (152,98,34). Sum of RGB (Red+Green+Blue) = 152+98+34=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #986222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986222 is #679DDD. Grayscale: #6B6B6B. Windows color (decimal): -6790622 or 2253464. OLE color: 2253464.
HSL color Cylindrical-coordinate representation of color #986222: hue angle of 32.54º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #986222 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 34 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.40 |
| HSL | 32.54º | 0.63% | 0.36% | - |
| HSV(B) | 32.54º | 0.78% | 0.6% | - |
| XYZ | 17.61 | 15.53 | 3.58 | - |
| YUV | 106.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 34 | 0 | 0.36 | 0.78 | 0.40 | 32.54 | 0.63 | 0.36 |
| Hex | 98 | 62 | 22 | 0 | 24 | 4E | 28 | 21 | 3F | 24 |
| Octal | 230 | 142 | 42 | 0 | 44 | 116 | 50 | 41 | 77 | 44 |
| Binary | 10011000 | 1100010 | 100010 | 0 | 100100 | 1001110 | 101000 | 100001 | 111111 | 100100 |
Color Harmonies of #986222
Complementary color
Monochromatic Colors of #986222
Black with #986222
Text Example
Text Example
White with #986222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986222; }
p { color: rgb(152,98,34); }
H1.HeaderClassName
{
color: #986222;
}
.AnyTagClassName
{
color: #986222;
}
</style>
background-color css
<style>
a { background-color: #986222; }
a { background-color: rgb(152,98,34); }
div.DivClassName
{
background-color: #986222;
}
.BgClassName
{
background-color: #986222;
}
</style>
border-color css
<style>
span { border-color: #986222; }
span { border-color: rgb(152,98,34); }
td.TdClassName
{
border-color: #986222;
}
.TagClassName
{
border-color: #986222;
}
</style>