Shades of Sahara #AC962D
Tints of Sahara #AC962D
RGB
CMYK
RGB Variations
Color information
#AC962D (or 0xAC962D) is known color: Sahara. HEX triplet: AC, 96 and 2D. RGB value is (172,150,45). Sum of RGB (Red+Green+Blue) = 172+150+45=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC962D is #5369D2. Grayscale: #919191. Windows color (decimal): -5466579 or 2987692. OLE color: 2987692.
HSL color Cylindrical-coordinate representation of color #AC962D: hue angle of 49.61º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC962D is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 45 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.33 |
| HSL | 49.61º | 0.59% | 0.43% | - |
| HSV(B) | 49.61º | 0.74% | 0.67% | - |
| XYZ | 28.39 | 30.77 | 6.93 | - |
| YUV | 144.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 45 | 0 | 0.13 | 0.74 | 0.33 | 49.61 | 0.59 | 0.43 |
| Hex | AC | 96 | 2D | 0 | D | 4A | 21 | 32 | 3B | 2B |
| Octal | 254 | 226 | 55 | 0 | 15 | 112 | 41 | 62 | 73 | 53 |
| Binary | 10101100 | 10010110 | 101101 | 0 | 1101 | 1001010 | 100001 | 110010 | 111011 | 101011 |
Color Harmonies of #AC962D
Complementary color
Monochromatic Colors of #AC962D
Black with #AC962D
Text Example
Text Example
White with #AC962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC962D; }
p { color: rgb(172,150,45); }
H1.HeaderClassName
{
color: #AC962D;
}
.AnyTagClassName
{
color: #AC962D;
}
</style>
background-color css
<style>
a { background-color: #AC962D; }
a { background-color: rgb(172,150,45); }
div.DivClassName
{
background-color: #AC962D;
}
.BgClassName
{
background-color: #AC962D;
}
</style>
border-color css
<style>
span { border-color: #AC962D; }
span { border-color: rgb(172,150,45); }
td.TdClassName
{
border-color: #AC962D;
}
.TagClassName
{
border-color: #AC962D;
}
</style>