Shades of Sahara #AC942A
Tints of Sahara #AC942A
RGB
CMYK
RGB Variations
Color information
#AC942A (or 0xAC942A) is known color: Sahara. HEX triplet: AC, 94 and 2A. RGB value is (172,148,42). Sum of RGB (Red+Green+Blue) = 172+148+42=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC942A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC942A is #536BD5. Grayscale: #8F8F8F. Windows color (decimal): -5467094 or 2790572. OLE color: 2790572.
HSL color Cylindrical-coordinate representation of color #AC942A: hue angle of 48.92º degrees, saturation: 0.61, 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 #AC942A is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 42 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.33 |
| HSL | 48.92º | 0.61% | 0.42% | - |
| HSV(B) | 48.92º | 0.76% | 0.67% | - |
| XYZ | 28.02 | 30.12 | 6.53 | - |
| YUV | 143.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 42 | 0 | 0.14 | 0.76 | 0.33 | 48.92 | 0.61 | 0.42 |
| Hex | AC | 94 | 2A | 0 | E | 4C | 21 | 31 | 3D | 2A |
| Octal | 254 | 224 | 52 | 0 | 16 | 114 | 41 | 61 | 75 | 52 |
| Binary | 10101100 | 10010100 | 101010 | 0 | 1110 | 1001100 | 100001 | 110001 | 111101 | 101010 |
Color Harmonies of #AC942A
Complementary color
Monochromatic Colors of #AC942A
Black with #AC942A
Text Example
Text Example
White with #AC942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC942A; }
p { color: rgb(172,148,42); }
H1.HeaderClassName
{
color: #AC942A;
}
.AnyTagClassName
{
color: #AC942A;
}
</style>
background-color css
<style>
a { background-color: #AC942A; }
a { background-color: rgb(172,148,42); }
div.DivClassName
{
background-color: #AC942A;
}
.BgClassName
{
background-color: #AC942A;
}
</style>
border-color css
<style>
span { border-color: #AC942A; }
span { border-color: rgb(172,148,42); }
td.TdClassName
{
border-color: #AC942A;
}
.TagClassName
{
border-color: #AC942A;
}
</style>