Shades of Afghan Tan #9A632C
Tints of Afghan Tan #9A632C
RGB
CMYK
RGB Variations
Color information
#9A632C (or 0x9A632C) is known color: Afghan Tan. HEX triplet: 9A, 63 and 2C. RGB value is (154,99,44). Sum of RGB (Red+Green+Blue) = 154+99+44=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A632C is #659CD3. Grayscale: #6D6D6D. Windows color (decimal): -6659284 or 2909082. OLE color: 2909082.
HSL color Cylindrical-coordinate representation of color #9A632C: hue angle of 30º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A632C is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 44 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.40 |
| HSL | 30º | 0.56% | 0.39% | - |
| HSV(B) | 30º | 0.71% | 0.6% | - |
| XYZ | 18.24 | 15.98 | 4.5 | - |
| YUV | 109.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 44 | 0 | 0.36 | 0.71 | 0.40 | 30 | 0.56 | 0.39 |
| Hex | 9A | 63 | 2C | 0 | 24 | 47 | 28 | 1E | 38 | 27 |
| Octal | 232 | 143 | 54 | 0 | 44 | 107 | 50 | 36 | 70 | 47 |
| Binary | 10011010 | 1100011 | 101100 | 0 | 100100 | 1000111 | 101000 | 11110 | 111000 | 100111 |
Color Harmonies of #9A632C
Complementary color
Monochromatic Colors of #9A632C
Black with #9A632C
Text Example
Text Example
White with #9A632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A632C; }
p { color: rgb(154,99,44); }
H1.HeaderClassName
{
color: #9A632C;
}
.AnyTagClassName
{
color: #9A632C;
}
</style>
background-color css
<style>
a { background-color: #9A632C; }
a { background-color: rgb(154,99,44); }
div.DivClassName
{
background-color: #9A632C;
}
.BgClassName
{
background-color: #9A632C;
}
</style>
border-color css
<style>
span { border-color: #9A632C; }
span { border-color: rgb(154,99,44); }
td.TdClassName
{
border-color: #9A632C;
}
.TagClassName
{
border-color: #9A632C;
}
</style>