Shades of Sahara #AC9426
Tints of Sahara #AC9426
RGB
CMYK
RGB Variations
Color information
#AC9426 (or 0xAC9426) is known color: Sahara. HEX triplet: AC, 94 and 26. RGB value is (172,148,38). Sum of RGB (Red+Green+Blue) = 172+148+38=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9426 is #536BD9. Grayscale: #8F8F8F. Windows color (decimal): -5467098 or 2528428. OLE color: 2528428.
HSL color Cylindrical-coordinate representation of color #AC9426: hue angle of 49.25º 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 #AC9426 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 38 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.33 |
| HSL | 49.25º | 0.64% | 0.41% | - |
| HSV(B) | 49.25º | 0.78% | 0.67% | - |
| XYZ | 27.95 | 30.09 | 6.17 | - |
| YUV | 142.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 38 | 0 | 0.14 | 0.78 | 0.33 | 49.25 | 0.64 | 0.41 |
| Hex | AC | 94 | 26 | 0 | E | 4E | 21 | 31 | 40 | 29 |
| Octal | 254 | 224 | 46 | 0 | 16 | 116 | 41 | 61 | 100 | 51 |
| Binary | 10101100 | 10010100 | 100110 | 0 | 1110 | 1001110 | 100001 | 110001 | 1000000 | 101001 |
Color Harmonies of #AC9426
Complementary color
Monochromatic Colors of #AC9426
Black with #AC9426
Text Example
Text Example
White with #AC9426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9426; }
p { color: rgb(172,148,38); }
H1.HeaderClassName
{
color: #AC9426;
}
.AnyTagClassName
{
color: #AC9426;
}
</style>
background-color css
<style>
a { background-color: #AC9426; }
a { background-color: rgb(172,148,38); }
div.DivClassName
{
background-color: #AC9426;
}
.BgClassName
{
background-color: #AC9426;
}
</style>
border-color css
<style>
span { border-color: #AC9426; }
span { border-color: rgb(172,148,38); }
td.TdClassName
{
border-color: #AC9426;
}
.TagClassName
{
border-color: #AC9426;
}
</style>