Shades of Sahara #AC9526
Tints of Sahara #AC9526
RGB
CMYK
RGB Variations
Color information
#AC9526 (or 0xAC9526) is known color: Sahara. HEX triplet: AC, 95 and 26. RGB value is (172,149,38). Sum of RGB (Red+Green+Blue) = 172+149+38=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9526 is #536AD9. Grayscale: #8F8F8F. Windows color (decimal): -5466842 or 2528684. OLE color: 2528684.
HSL color Cylindrical-coordinate representation of color #AC9526: hue angle of 49.7º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC9526 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 38 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.33 |
| HSL | 49.7º | 0.64% | 0.41% | - |
| HSV(B) | 49.7º | 0.78% | 0.67% | - |
| XYZ | 28.11 | 30.41 | 6.22 | - |
| YUV | 143.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 38 | 0 | 0.13 | 0.78 | 0.33 | 49.7 | 0.64 | 0.41 |
| Hex | AC | 95 | 26 | 0 | D | 4E | 21 | 32 | 40 | 29 |
| Octal | 254 | 225 | 46 | 0 | 15 | 116 | 41 | 62 | 100 | 51 |
| Binary | 10101100 | 10010101 | 100110 | 0 | 1101 | 1001110 | 100001 | 110010 | 1000000 | 101001 |
Color Harmonies of #AC9526
Complementary color
Monochromatic Colors of #AC9526
Black with #AC9526
Text Example
Text Example
White with #AC9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9526; }
p { color: rgb(172,149,38); }
H1.HeaderClassName
{
color: #AC9526;
}
.AnyTagClassName
{
color: #AC9526;
}
</style>
background-color css
<style>
a { background-color: #AC9526; }
a { background-color: rgb(172,149,38); }
div.DivClassName
{
background-color: #AC9526;
}
.BgClassName
{
background-color: #AC9526;
}
</style>
border-color css
<style>
span { border-color: #AC9526; }
span { border-color: rgb(172,149,38); }
td.TdClassName
{
border-color: #AC9526;
}
.TagClassName
{
border-color: #AC9526;
}
</style>