Shades of Sahara #AC9B2A
Tints of Sahara #AC9B2A
RGB
CMYK
RGB Variations
Color information
#AC9B2A (or 0xAC9B2A) is known color: Sahara. HEX triplet: AC, 9B and 2A. RGB value is (172,155,42). Sum of RGB (Red+Green+Blue) = 172+155+42=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9B2A is #5364D5. Grayscale: #939393. Windows color (decimal): -5465302 or 2792364. OLE color: 2792364.
HSL color Cylindrical-coordinate representation of color #AC9B2A: hue angle of 52.15º 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 #AC9B2A is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 155 | 42 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.33 |
| HSL | 52.15º | 0.61% | 0.42% | - |
| HSV(B) | 52.15º | 0.76% | 0.67% | - |
| XYZ | 29.15 | 32.38 | 6.9 | - |
| YUV | 147.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 42 | 0 | 0.10 | 0.76 | 0.33 | 52.15 | 0.61 | 0.42 |
| Hex | AC | 9B | 2A | 0 | A | 4C | 21 | 34 | 3D | 2A |
| Octal | 254 | 233 | 52 | 0 | 12 | 114 | 41 | 64 | 75 | 52 |
| Binary | 10101100 | 10011011 | 101010 | 0 | 1010 | 1001100 | 100001 | 110100 | 111101 | 101010 |
Color Harmonies of #AC9B2A
Complementary color
Monochromatic Colors of #AC9B2A
Black with #AC9B2A
Text Example
Text Example
White with #AC9B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9B2A; }
p { color: rgb(172,155,42); }
H1.HeaderClassName
{
color: #AC9B2A;
}
.AnyTagClassName
{
color: #AC9B2A;
}
</style>
background-color css
<style>
a { background-color: #AC9B2A; }
a { background-color: rgb(172,155,42); }
div.DivClassName
{
background-color: #AC9B2A;
}
.BgClassName
{
background-color: #AC9B2A;
}
</style>
border-color css
<style>
span { border-color: #AC9B2A; }
span { border-color: rgb(172,155,42); }
td.TdClassName
{
border-color: #AC9B2A;
}
.TagClassName
{
border-color: #AC9B2A;
}
</style>