Shades of Sahara #AC9428
Tints of Sahara #AC9428
RGB
CMYK
RGB Variations
Color information
#AC9428 (or 0xAC9428) is known color: Sahara. HEX triplet: AC, 94 and 28. RGB value is (172,148,40). Sum of RGB (Red+Green+Blue) = 172+148+40=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9428 is #536BD7. Grayscale: #8F8F8F. Windows color (decimal): -5467096 or 2659500. OLE color: 2659500.
HSL color Cylindrical-coordinate representation of color #AC9428: hue angle of 49.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC9428 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 40 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.33 |
| HSL | 49.09º | 0.62% | 0.42% | - |
| HSV(B) | 49.09º | 0.77% | 0.67% | - |
| XYZ | 27.99 | 30.1 | 6.34 | - |
| YUV | 142.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 40 | 0 | 0.14 | 0.77 | 0.33 | 49.09 | 0.62 | 0.42 |
| Hex | AC | 94 | 28 | 0 | E | 4D | 21 | 31 | 3E | 2A |
| Octal | 254 | 224 | 50 | 0 | 16 | 115 | 41 | 61 | 76 | 52 |
| Binary | 10101100 | 10010100 | 101000 | 0 | 1110 | 1001101 | 100001 | 110001 | 111110 | 101010 |
Color Harmonies of #AC9428
Complementary color
Monochromatic Colors of #AC9428
Black with #AC9428
Text Example
Text Example
White with #AC9428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9428; }
p { color: rgb(172,148,40); }
H1.HeaderClassName
{
color: #AC9428;
}
.AnyTagClassName
{
color: #AC9428;
}
</style>
background-color css
<style>
a { background-color: #AC9428; }
a { background-color: rgb(172,148,40); }
div.DivClassName
{
background-color: #AC9428;
}
.BgClassName
{
background-color: #AC9428;
}
</style>
border-color css
<style>
span { border-color: #AC9428; }
span { border-color: rgb(172,148,40); }
td.TdClassName
{
border-color: #AC9428;
}
.TagClassName
{
border-color: #AC9428;
}
</style>