Shades of Alert Tan #9A4928
Tints of Alert Tan #9A4928
RGB
CMYK
RGB Variations
Color information
#9A4928 (or 0x9A4928) is known color: Alert Tan. HEX triplet: 9A, 49 and 28. RGB value is (154,73,40). Sum of RGB (Red+Green+Blue) = 154+73+40=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4928 is #65B6D7. Grayscale: #5D5D5D. Windows color (decimal): -6665944 or 2640282. OLE color: 2640282.
HSL color Cylindrical-coordinate representation of color #9A4928: hue angle of 17.37º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A4928 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 40 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.40 |
| HSL | 17.37º | 0.59% | 0.38% | - |
| HSV(B) | 17.37º | 0.74% | 0.6% | - |
| XYZ | 16.09 | 11.79 | 3.43 | - |
| YUV | 93.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 40 | 0 | 0.53 | 0.74 | 0.40 | 17.37 | 0.59 | 0.38 |
| Hex | 9A | 49 | 28 | 0 | 35 | 4A | 28 | 11 | 3B | 26 |
| Octal | 232 | 111 | 50 | 0 | 65 | 112 | 50 | 21 | 73 | 46 |
| Binary | 10011010 | 1001001 | 101000 | 0 | 110101 | 1001010 | 101000 | 10001 | 111011 | 100110 |
Color Harmonies of #9A4928
Complementary color
Monochromatic Colors of #9A4928
Black with #9A4928
Text Example
Text Example
White with #9A4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4928; }
p { color: rgb(154,73,40); }
H1.HeaderClassName
{
color: #9A4928;
}
.AnyTagClassName
{
color: #9A4928;
}
</style>
background-color css
<style>
a { background-color: #9A4928; }
a { background-color: rgb(154,73,40); }
div.DivClassName
{
background-color: #9A4928;
}
.BgClassName
{
background-color: #9A4928;
}
</style>
border-color css
<style>
span { border-color: #9A4928; }
span { border-color: rgb(154,73,40); }
td.TdClassName
{
border-color: #9A4928;
}
.TagClassName
{
border-color: #9A4928;
}
</style>