Shades of Afghan Tan #9A581C
Tints of Afghan Tan #9A581C
RGB
CMYK
RGB Variations
Color information
#9A581C (or 0x9A581C) is known color: Afghan Tan. HEX triplet: 9A, 58 and 1C. RGB value is (154,88,28). Sum of RGB (Red+Green+Blue) = 154+88+28=270 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.04% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 154 - color contains mainly: red. Hex color #9A581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A581C is #65A7E3. Grayscale: #656565. Windows color (decimal): -6662116 or 1857690. OLE color: 1857690.
HSL color Cylindrical-coordinate representation of color #9A581C: hue angle of 28.57º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A581C is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 88 | 28 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.40 |
| HSL | 28.57º | 0.69% | 0.36% | - |
| HSV(B) | 28.57º | 0.82% | 0.6% | - |
| XYZ | 17.03 | 13.93 | 2.89 | - |
| YUV | 100.89 | 86.87 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 28 | 0 | 0.43 | 0.82 | 0.40 | 28.57 | 0.69 | 0.36 |
| Hex | 9A | 58 | 1C | 0 | 2B | 52 | 28 | 1D | 45 | 24 |
| Octal | 232 | 130 | 34 | 0 | 53 | 122 | 50 | 35 | 105 | 44 |
| Binary | 10011010 | 1011000 | 11100 | 0 | 101011 | 1010010 | 101000 | 11101 | 1000101 | 100100 |
Color Harmonies of #9A581C
Complementary color
Monochromatic Colors of #9A581C
Black with #9A581C
Text Example
Text Example
White with #9A581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A581C; }
p { color: rgb(154,88,28); }
H1.HeaderClassName
{
color: #9A581C;
}
.AnyTagClassName
{
color: #9A581C;
}
</style>
background-color css
<style>
a { background-color: #9A581C; }
a { background-color: rgb(154,88,28); }
div.DivClassName
{
background-color: #9A581C;
}
.BgClassName
{
background-color: #9A581C;
}
</style>
border-color css
<style>
span { border-color: #9A581C; }
span { border-color: rgb(154,88,28); }
td.TdClassName
{
border-color: #9A581C;
}
.TagClassName
{
border-color: #9A581C;
}
</style>