Shades of Sahara #AC982B
Tints of Sahara #AC982B
RGB
CMYK
RGB Variations
Color information
#AC982B (or 0xAC982B) is known color: Sahara. HEX triplet: AC, 98 and 2B. RGB value is (172,152,43). Sum of RGB (Red+Green+Blue) = 172+152+43=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC982B is #5367D4. Grayscale: #929292. Windows color (decimal): -5466069 or 2857132. OLE color: 2857132.
HSL color Cylindrical-coordinate representation of color #AC982B: hue angle of 50.7º 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 #AC982B is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 43 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.33 |
| HSL | 50.7º | 0.6% | 0.42% | - |
| HSV(B) | 50.7º | 0.75% | 0.67% | - |
| XYZ | 28.68 | 31.4 | 6.84 | - |
| YUV | 145.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 43 | 0 | 0.12 | 0.75 | 0.33 | 50.7 | 0.6 | 0.42 |
| Hex | AC | 98 | 2B | 0 | C | 4B | 21 | 33 | 3C | 2A |
| Octal | 254 | 230 | 53 | 0 | 14 | 113 | 41 | 63 | 74 | 52 |
| Binary | 10101100 | 10011000 | 101011 | 0 | 1100 | 1001011 | 100001 | 110011 | 111100 | 101010 |
Color Harmonies of #AC982B
Complementary color
Monochromatic Colors of #AC982B
Black with #AC982B
Text Example
Text Example
White with #AC982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC982B; }
p { color: rgb(172,152,43); }
H1.HeaderClassName
{
color: #AC982B;
}
.AnyTagClassName
{
color: #AC982B;
}
</style>
background-color css
<style>
a { background-color: #AC982B; }
a { background-color: rgb(172,152,43); }
div.DivClassName
{
background-color: #AC982B;
}
.BgClassName
{
background-color: #AC982B;
}
</style>
border-color css
<style>
span { border-color: #AC982B; }
span { border-color: rgb(172,152,43); }
td.TdClassName
{
border-color: #AC982B;
}
.TagClassName
{
border-color: #AC982B;
}
</style>