Shades of Alert Tan #9A4A2D
Tints of Alert Tan #9A4A2D
RGB
CMYK
RGB Variations
Color information
#9A4A2D (or 0x9A4A2D) is known color: Alert Tan. HEX triplet: 9A, 4A and 2D. RGB value is (154,74,45). Sum of RGB (Red+Green+Blue) = 154+74+45=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4A2D is #65B5D2. Grayscale: #5E5E5E. Windows color (decimal): -6665683 or 2968218. OLE color: 2968218.
HSL color Cylindrical-coordinate representation of color #9A4A2D: hue angle of 15.96º degrees, saturation: 0.55, 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 #9A4A2D is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 74 | 45 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.40 |
| HSL | 15.96º | 0.55% | 0.39% | - |
| HSV(B) | 15.96º | 0.71% | 0.6% | - |
| XYZ | 16.25 | 11.96 | 3.93 | - |
| YUV | 94.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 45 | 0 | 0.52 | 0.71 | 0.40 | 15.96 | 0.55 | 0.39 |
| Hex | 9A | 4A | 2D | 0 | 34 | 47 | 28 | 10 | 37 | 27 |
| Octal | 232 | 112 | 55 | 0 | 64 | 107 | 50 | 20 | 67 | 47 |
| Binary | 10011010 | 1001010 | 101101 | 0 | 110100 | 1000111 | 101000 | 10000 | 110111 | 100111 |
Color Harmonies of #9A4A2D
Complementary color
Monochromatic Colors of #9A4A2D
Black with #9A4A2D
Text Example
Text Example
White with #9A4A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4A2D; }
p { color: rgb(154,74,45); }
H1.HeaderClassName
{
color: #9A4A2D;
}
.AnyTagClassName
{
color: #9A4A2D;
}
</style>
background-color css
<style>
a { background-color: #9A4A2D; }
a { background-color: rgb(154,74,45); }
div.DivClassName
{
background-color: #9A4A2D;
}
.BgClassName
{
background-color: #9A4A2D;
}
</style>
border-color css
<style>
span { border-color: #9A4A2D; }
span { border-color: rgb(154,74,45); }
td.TdClassName
{
border-color: #9A4A2D;
}
.TagClassName
{
border-color: #9A4A2D;
}
</style>