Shades of Afghan Tan #9A652A
Tints of Afghan Tan #9A652A
RGB
CMYK
RGB Variations
Color information
#9A652A (or 0x9A652A) is known color: Afghan Tan. HEX triplet: 9A, 65 and 2A. RGB value is (154,101,42). Sum of RGB (Red+Green+Blue) = 154+101+42=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A652A is #659AD5. Grayscale: #6E6E6E. Windows color (decimal): -6658774 or 2778522. OLE color: 2778522.
HSL color Cylindrical-coordinate representation of color #9A652A: hue angle of 31.61º 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 #9A652A is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 42 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.40 |
| HSL | 31.61º | 0.57% | 0.38% | - |
| HSV(B) | 31.61º | 0.73% | 0.6% | - |
| XYZ | 18.4 | 16.34 | 4.38 | - |
| YUV | 110.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 42 | 0 | 0.34 | 0.73 | 0.40 | 31.61 | 0.57 | 0.38 |
| Hex | 9A | 65 | 2A | 0 | 22 | 49 | 28 | 20 | 39 | 26 |
| Octal | 232 | 145 | 52 | 0 | 42 | 111 | 50 | 40 | 71 | 46 |
| Binary | 10011010 | 1100101 | 101010 | 0 | 100010 | 1001001 | 101000 | 100000 | 111001 | 100110 |
Color Harmonies of #9A652A
Complementary color
Monochromatic Colors of #9A652A
Black with #9A652A
Text Example
Text Example
White with #9A652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A652A; }
p { color: rgb(154,101,42); }
H1.HeaderClassName
{
color: #9A652A;
}
.AnyTagClassName
{
color: #9A652A;
}
</style>
background-color css
<style>
a { background-color: #9A652A; }
a { background-color: rgb(154,101,42); }
div.DivClassName
{
background-color: #9A652A;
}
.BgClassName
{
background-color: #9A652A;
}
</style>
border-color css
<style>
span { border-color: #9A652A; }
span { border-color: rgb(154,101,42); }
td.TdClassName
{
border-color: #9A652A;
}
.TagClassName
{
border-color: #9A652A;
}
</style>