Shades of Sahara #AC9429
Tints of Sahara #AC9429
RGB
CMYK
RGB Variations
Color information
#AC9429 (or 0xAC9429) is known color: Sahara. HEX triplet: AC, 94 and 29. RGB value is (172,148,41). Sum of RGB (Red+Green+Blue) = 172+148+41=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9429 is #536BD6. Grayscale: #8F8F8F. Windows color (decimal): -5467095 or 2725036. OLE color: 2725036.
HSL color Cylindrical-coordinate representation of color #AC9429: hue angle of 49.01º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC9429 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 41 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.33 |
| HSL | 49.01º | 0.62% | 0.42% | - |
| HSV(B) | 49.01º | 0.76% | 0.67% | - |
| XYZ | 28 | 30.11 | 6.43 | - |
| YUV | 142.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 41 | 0 | 0.14 | 0.76 | 0.33 | 49.01 | 0.62 | 0.42 |
| Hex | AC | 94 | 29 | 0 | E | 4C | 21 | 31 | 3E | 2A |
| Octal | 254 | 224 | 51 | 0 | 16 | 114 | 41 | 61 | 76 | 52 |
| Binary | 10101100 | 10010100 | 101001 | 0 | 1110 | 1001100 | 100001 | 110001 | 111110 | 101010 |
Color Harmonies of #AC9429
Complementary color
Monochromatic Colors of #AC9429
Black with #AC9429
Text Example
Text Example
White with #AC9429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9429; }
p { color: rgb(172,148,41); }
H1.HeaderClassName
{
color: #AC9429;
}
.AnyTagClassName
{
color: #AC9429;
}
</style>
background-color css
<style>
a { background-color: #AC9429; }
a { background-color: rgb(172,148,41); }
div.DivClassName
{
background-color: #AC9429;
}
.BgClassName
{
background-color: #AC9429;
}
</style>
border-color css
<style>
span { border-color: #AC9429; }
span { border-color: rgb(172,148,41); }
td.TdClassName
{
border-color: #AC9429;
}
.TagClassName
{
border-color: #AC9429;
}
</style>