Shades of Sahara #AC9124
Tints of Sahara #AC9124
RGB
CMYK
RGB Variations
Color information
#AC9124 (or 0xAC9124) is known color: Sahara. HEX triplet: AC, 91 and 24. RGB value is (172,145,36). Sum of RGB (Red+Green+Blue) = 172+145+36=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9124 is #536EDB. Grayscale: #8D8D8D. Windows color (decimal): -5467868 or 2396588. OLE color: 2396588.
HSL color Cylindrical-coordinate representation of color #AC9124: hue angle of 48.09º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC9124 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 36 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.33 |
| HSL | 48.09º | 0.65% | 0.41% | - |
| HSV(B) | 48.09º | 0.79% | 0.67% | - |
| XYZ | 27.46 | 29.15 | 5.85 | - |
| YUV | 140.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 36 | 0 | 0.16 | 0.79 | 0.33 | 48.09 | 0.65 | 0.41 |
| Hex | AC | 91 | 24 | 0 | 10 | 4F | 21 | 30 | 41 | 29 |
| Octal | 254 | 221 | 44 | 0 | 20 | 117 | 41 | 60 | 101 | 51 |
| Binary | 10101100 | 10010001 | 100100 | 0 | 10000 | 1001111 | 100001 | 110000 | 1000001 | 101001 |
Color Harmonies of #AC9124
Complementary color
Monochromatic Colors of #AC9124
Black with #AC9124
Text Example
Text Example
White with #AC9124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9124; }
p { color: rgb(172,145,36); }
H1.HeaderClassName
{
color: #AC9124;
}
.AnyTagClassName
{
color: #AC9124;
}
</style>
background-color css
<style>
a { background-color: #AC9124; }
a { background-color: rgb(172,145,36); }
div.DivClassName
{
background-color: #AC9124;
}
.BgClassName
{
background-color: #AC9124;
}
</style>
border-color css
<style>
span { border-color: #AC9124; }
span { border-color: rgb(172,145,36); }
td.TdClassName
{
border-color: #AC9124;
}
.TagClassName
{
border-color: #AC9124;
}
</style>