Shades of Sahara #AC942C
Tints of Sahara #AC942C
RGB
CMYK
RGB Variations
Color information
#AC942C (or 0xAC942C) is known color: Sahara. HEX triplet: AC, 94 and 2C. RGB value is (172,148,44). Sum of RGB (Red+Green+Blue) = 172+148+44=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC942C is #536BD3. Grayscale: #8F8F8F. Windows color (decimal): -5467092 or 2921644. OLE color: 2921644.
HSL color Cylindrical-coordinate representation of color #AC942C: hue angle of 48.75º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC942C is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 44 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.33 |
| HSL | 48.75º | 0.59% | 0.42% | - |
| HSV(B) | 48.75º | 0.74% | 0.67% | - |
| XYZ | 28.06 | 30.13 | 6.72 | - |
| YUV | 143.32 | 71.95 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 44 | 0 | 0.14 | 0.74 | 0.33 | 48.75 | 0.59 | 0.42 |
| Hex | AC | 94 | 2C | 0 | E | 4A | 21 | 31 | 3B | 2A |
| Octal | 254 | 224 | 54 | 0 | 16 | 112 | 41 | 61 | 73 | 52 |
| Binary | 10101100 | 10010100 | 101100 | 0 | 1110 | 1001010 | 100001 | 110001 | 111011 | 101010 |
Color Harmonies of #AC942C
Complementary color
Monochromatic Colors of #AC942C
Black with #AC942C
Text Example
Text Example
White with #AC942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC942C; }
p { color: rgb(172,148,44); }
H1.HeaderClassName
{
color: #AC942C;
}
.AnyTagClassName
{
color: #AC942C;
}
</style>
background-color css
<style>
a { background-color: #AC942C; }
a { background-color: rgb(172,148,44); }
div.DivClassName
{
background-color: #AC942C;
}
.BgClassName
{
background-color: #AC942C;
}
</style>
border-color css
<style>
span { border-color: #AC942C; }
span { border-color: rgb(172,148,44); }
td.TdClassName
{
border-color: #AC942C;
}
.TagClassName
{
border-color: #AC942C;
}
</style>