Shades of Sahara #AC9828
Tints of Sahara #AC9828
RGB
CMYK
RGB Variations
Color information
#AC9828 (or 0xAC9828) is known color: Sahara. HEX triplet: AC, 98 and 28. RGB value is (172,152,40). Sum of RGB (Red+Green+Blue) = 172+152+40=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9828 is #5367D7. Grayscale: #919191. Windows color (decimal): -5466072 or 2660524. OLE color: 2660524.
HSL color Cylindrical-coordinate representation of color #AC9828: hue angle of 50.91º 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 #AC9828 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 40 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.33 |
| HSL | 50.91º | 0.62% | 0.42% | - |
| HSV(B) | 50.91º | 0.77% | 0.67% | - |
| XYZ | 28.62 | 31.38 | 6.56 | - |
| YUV | 145.21 | 68.63 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 40 | 0 | 0.12 | 0.77 | 0.33 | 50.91 | 0.62 | 0.42 |
| Hex | AC | 98 | 28 | 0 | C | 4D | 21 | 33 | 3E | 2A |
| Octal | 254 | 230 | 50 | 0 | 14 | 115 | 41 | 63 | 76 | 52 |
| Binary | 10101100 | 10011000 | 101000 | 0 | 1100 | 1001101 | 100001 | 110011 | 111110 | 101010 |
Color Harmonies of #AC9828
Complementary color
Monochromatic Colors of #AC9828
Black with #AC9828
Text Example
Text Example
White with #AC9828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9828; }
p { color: rgb(172,152,40); }
H1.HeaderClassName
{
color: #AC9828;
}
.AnyTagClassName
{
color: #AC9828;
}
</style>
background-color css
<style>
a { background-color: #AC9828; }
a { background-color: rgb(172,152,40); }
div.DivClassName
{
background-color: #AC9828;
}
.BgClassName
{
background-color: #AC9828;
}
</style>
border-color css
<style>
span { border-color: #AC9828; }
span { border-color: rgb(172,152,40); }
td.TdClassName
{
border-color: #AC9828;
}
.TagClassName
{
border-color: #AC9828;
}
</style>