Shades of Afghan Tan #9A612A
Tints of Afghan Tan #9A612A
RGB
CMYK
RGB Variations
Color information
#9A612A (or 0x9A612A) is known color: Afghan Tan. HEX triplet: 9A, 61 and 2A. RGB value is (154,97,42). Sum of RGB (Red+Green+Blue) = 154+97+42=293 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.56% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 154 - color contains mainly: red. Hex color #9A612A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A612A is #659ED5. Grayscale: #6C6C6C. Windows color (decimal): -6659798 or 2777498. OLE color: 2777498.
HSL color Cylindrical-coordinate representation of color #9A612A: hue angle of 29.46º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A612A is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 97 | 42 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.40 |
| HSL | 29.46º | 0.57% | 0.38% | - |
| HSV(B) | 29.46º | 0.73% | 0.6% | - |
| XYZ | 18.02 | 15.59 | 4.25 | - |
| YUV | 107.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 42 | 0 | 0.37 | 0.73 | 0.40 | 29.46 | 0.57 | 0.38 |
| Hex | 9A | 61 | 2A | 0 | 25 | 49 | 28 | 1D | 39 | 26 |
| Octal | 232 | 141 | 52 | 0 | 45 | 111 | 50 | 35 | 71 | 46 |
| Binary | 10011010 | 1100001 | 101010 | 0 | 100101 | 1001001 | 101000 | 11101 | 111001 | 100110 |
Color Harmonies of #9A612A
Complementary color
Monochromatic Colors of #9A612A
Black with #9A612A
Text Example
Text Example
White with #9A612A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A612A; }
p { color: rgb(154,97,42); }
H1.HeaderClassName
{
color: #9A612A;
}
.AnyTagClassName
{
color: #9A612A;
}
</style>
background-color css
<style>
a { background-color: #9A612A; }
a { background-color: rgb(154,97,42); }
div.DivClassName
{
background-color: #9A612A;
}
.BgClassName
{
background-color: #9A612A;
}
</style>
border-color css
<style>
span { border-color: #9A612A; }
span { border-color: rgb(154,97,42); }
td.TdClassName
{
border-color: #9A612A;
}
.TagClassName
{
border-color: #9A612A;
}
</style>