Shades of Afghan Tan #9A632A
Tints of Afghan Tan #9A632A
RGB
CMYK
RGB Variations
Color information
#9A632A (or 0x9A632A) is known color: Afghan Tan. HEX triplet: 9A, 63 and 2A. RGB value is (154,99,42). Sum of RGB (Red+Green+Blue) = 154+99+42=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A632A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A632A is #659CD5. Grayscale: #6D6D6D. Windows color (decimal): -6659286 or 2778010. OLE color: 2778010.
HSL color Cylindrical-coordinate representation of color #9A632A: hue angle of 30.54º 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 #9A632A is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 42 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.40 |
| HSL | 30.54º | 0.57% | 0.38% | - |
| HSV(B) | 30.54º | 0.73% | 0.6% | - |
| XYZ | 18.21 | 15.96 | 4.31 | - |
| YUV | 108.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 42 | 0 | 0.36 | 0.73 | 0.40 | 30.54 | 0.57 | 0.38 |
| Hex | 9A | 63 | 2A | 0 | 24 | 49 | 28 | 1F | 39 | 26 |
| Octal | 232 | 143 | 52 | 0 | 44 | 111 | 50 | 37 | 71 | 46 |
| Binary | 10011010 | 1100011 | 101010 | 0 | 100100 | 1001001 | 101000 | 11111 | 111001 | 100110 |
Color Harmonies of #9A632A
Complementary color
Monochromatic Colors of #9A632A
Black with #9A632A
Text Example
Text Example
White with #9A632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A632A; }
p { color: rgb(154,99,42); }
H1.HeaderClassName
{
color: #9A632A;
}
.AnyTagClassName
{
color: #9A632A;
}
</style>
background-color css
<style>
a { background-color: #9A632A; }
a { background-color: rgb(154,99,42); }
div.DivClassName
{
background-color: #9A632A;
}
.BgClassName
{
background-color: #9A632A;
}
</style>
border-color css
<style>
span { border-color: #9A632A; }
span { border-color: rgb(154,99,42); }
td.TdClassName
{
border-color: #9A632A;
}
.TagClassName
{
border-color: #9A632A;
}
</style>