Shades of Sahara #AC972B
Tints of Sahara #AC972B
RGB
CMYK
RGB Variations
Color information
#AC972B (or 0xAC972B) is known color: Sahara. HEX triplet: AC, 97 and 2B. RGB value is (172,151,43). Sum of RGB (Red+Green+Blue) = 172+151+43=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC972B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC972B is #5368D4. Grayscale: #919191. Windows color (decimal): -5466325 or 2856876. OLE color: 2856876.
HSL color Cylindrical-coordinate representation of color #AC972B: hue angle of 50.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC972B is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 43 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.33 |
| HSL | 50.23º | 0.6% | 0.42% | - |
| HSV(B) | 50.23º | 0.75% | 0.67% | - |
| XYZ | 28.52 | 31.08 | 6.78 | - |
| YUV | 144.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 43 | 0 | 0.12 | 0.75 | 0.33 | 50.23 | 0.6 | 0.42 |
| Hex | AC | 97 | 2B | 0 | C | 4B | 21 | 32 | 3C | 2A |
| Octal | 254 | 227 | 53 | 0 | 14 | 113 | 41 | 62 | 74 | 52 |
| Binary | 10101100 | 10010111 | 101011 | 0 | 1100 | 1001011 | 100001 | 110010 | 111100 | 101010 |
Color Harmonies of #AC972B
Complementary color
Monochromatic Colors of #AC972B
Black with #AC972B
Text Example
Text Example
White with #AC972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC972B; }
p { color: rgb(172,151,43); }
H1.HeaderClassName
{
color: #AC972B;
}
.AnyTagClassName
{
color: #AC972B;
}
</style>
background-color css
<style>
a { background-color: #AC972B; }
a { background-color: rgb(172,151,43); }
div.DivClassName
{
background-color: #AC972B;
}
.BgClassName
{
background-color: #AC972B;
}
</style>
border-color css
<style>
span { border-color: #AC972B; }
span { border-color: rgb(172,151,43); }
td.TdClassName
{
border-color: #AC972B;
}
.TagClassName
{
border-color: #AC972B;
}
</style>