Shades of Alert Tan #9A4A27
Tints of Alert Tan #9A4A27
RGB
CMYK
RGB Variations
Color information
#9A4A27 (or 0x9A4A27) is known color: Alert Tan. HEX triplet: 9A, 4A and 27. RGB value is (154,74,39). Sum of RGB (Red+Green+Blue) = 154+74+39=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4A27 is #65B5D8. Grayscale: #5E5E5E. Windows color (decimal): -6665689 or 2575002. OLE color: 2575002.
HSL color Cylindrical-coordinate representation of color #9A4A27: hue angle of 18.26º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A4A27 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 74 | 39 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.40 |
| HSL | 18.26º | 0.6% | 0.38% | - |
| HSV(B) | 18.26º | 0.75% | 0.6% | - |
| XYZ | 16.14 | 11.91 | 3.37 | - |
| YUV | 93.93 | 97 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 39 | 0 | 0.52 | 0.75 | 0.40 | 18.26 | 0.6 | 0.38 |
| Hex | 9A | 4A | 27 | 0 | 34 | 4B | 28 | 12 | 3C | 26 |
| Octal | 232 | 112 | 47 | 0 | 64 | 113 | 50 | 22 | 74 | 46 |
| Binary | 10011010 | 1001010 | 100111 | 0 | 110100 | 1001011 | 101000 | 10010 | 111100 | 100110 |
Color Harmonies of #9A4A27
Complementary color
Monochromatic Colors of #9A4A27
Black with #9A4A27
Text Example
Text Example
White with #9A4A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4A27; }
p { color: rgb(154,74,39); }
H1.HeaderClassName
{
color: #9A4A27;
}
.AnyTagClassName
{
color: #9A4A27;
}
</style>
background-color css
<style>
a { background-color: #9A4A27; }
a { background-color: rgb(154,74,39); }
div.DivClassName
{
background-color: #9A4A27;
}
.BgClassName
{
background-color: #9A4A27;
}
</style>
border-color css
<style>
span { border-color: #9A4A27; }
span { border-color: rgb(154,74,39); }
td.TdClassName
{
border-color: #9A4A27;
}
.TagClassName
{
border-color: #9A4A27;
}
</style>