Shades of Sahara #AC962B
Tints of Sahara #AC962B
RGB
CMYK
RGB Variations
Color information
#AC962B (or 0xAC962B) is known color: Sahara. HEX triplet: AC, 96 and 2B. RGB value is (172,150,43). Sum of RGB (Red+Green+Blue) = 172+150+43=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC962B is #5369D4. Grayscale: #909090. Windows color (decimal): -5466581 or 2856620. OLE color: 2856620.
HSL color Cylindrical-coordinate representation of color #AC962B: hue angle of 49.77º 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 #AC962B is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 43 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.33 |
| HSL | 49.77º | 0.6% | 0.42% | - |
| HSV(B) | 49.77º | 0.75% | 0.67% | - |
| XYZ | 28.36 | 30.76 | 6.73 | - |
| YUV | 144.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 43 | 0 | 0.13 | 0.75 | 0.33 | 49.77 | 0.6 | 0.42 |
| Hex | AC | 96 | 2B | 0 | D | 4B | 21 | 32 | 3C | 2A |
| Octal | 254 | 226 | 53 | 0 | 15 | 113 | 41 | 62 | 74 | 52 |
| Binary | 10101100 | 10010110 | 101011 | 0 | 1101 | 1001011 | 100001 | 110010 | 111100 | 101010 |
Color Harmonies of #AC962B
Complementary color
Monochromatic Colors of #AC962B
Black with #AC962B
Text Example
Text Example
White with #AC962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC962B; }
p { color: rgb(172,150,43); }
H1.HeaderClassName
{
color: #AC962B;
}
.AnyTagClassName
{
color: #AC962B;
}
</style>
background-color css
<style>
a { background-color: #AC962B; }
a { background-color: rgb(172,150,43); }
div.DivClassName
{
background-color: #AC962B;
}
.BgClassName
{
background-color: #AC962B;
}
</style>
border-color css
<style>
span { border-color: #AC962B; }
span { border-color: rgb(172,150,43); }
td.TdClassName
{
border-color: #AC962B;
}
.TagClassName
{
border-color: #AC962B;
}
</style>