Shades of Afghan Tan #98652A
Tints of Afghan Tan #98652A
RGB
CMYK
RGB Variations
Color information
#98652A (or 0x98652A) is known color: Afghan Tan. HEX triplet: 98, 65 and 2A. RGB value is (152,101,42). Sum of RGB (Red+Green+Blue) = 152+101+42=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98652A is #679AD5. Grayscale: #6D6D6D. Windows color (decimal): -6789846 or 2778520. OLE color: 2778520.
HSL color Cylindrical-coordinate representation of color #98652A: hue angle of 32.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98652A is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 42 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.40 |
| HSL | 32.18º | 0.57% | 0.38% | - |
| HSV(B) | 32.18º | 0.72% | 0.6% | - |
| XYZ | 18.02 | 16.15 | 4.36 | - |
| YUV | 109.52 | 89.9 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 42 | 0 | 0.34 | 0.72 | 0.40 | 32.18 | 0.57 | 0.38 |
| Hex | 98 | 65 | 2A | 0 | 22 | 48 | 28 | 20 | 39 | 26 |
| Octal | 230 | 145 | 52 | 0 | 42 | 110 | 50 | 40 | 71 | 46 |
| Binary | 10011000 | 1100101 | 101010 | 0 | 100010 | 1001000 | 101000 | 100000 | 111001 | 100110 |
Color Harmonies of #98652A
Complementary color
Monochromatic Colors of #98652A
Black with #98652A
Text Example
Text Example
White with #98652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98652A; }
p { color: rgb(152,101,42); }
H1.HeaderClassName
{
color: #98652A;
}
.AnyTagClassName
{
color: #98652A;
}
</style>
background-color css
<style>
a { background-color: #98652A; }
a { background-color: rgb(152,101,42); }
div.DivClassName
{
background-color: #98652A;
}
.BgClassName
{
background-color: #98652A;
}
</style>
border-color css
<style>
span { border-color: #98652A; }
span { border-color: rgb(152,101,42); }
td.TdClassName
{
border-color: #98652A;
}
.TagClassName
{
border-color: #98652A;
}
</style>