Shades of Sahara #AC922A
Tints of Sahara #AC922A
RGB
CMYK
RGB Variations
Color information
#AC922A (or 0xAC922A) is known color: Sahara. HEX triplet: AC, 92 and 2A. RGB value is (172,146,42). Sum of RGB (Red+Green+Blue) = 172+146+42=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC922A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC922A is #536DD5. Grayscale: #8E8E8E. Windows color (decimal): -5467606 or 2790060. OLE color: 2790060.
HSL color Cylindrical-coordinate representation of color #AC922A: hue angle of 48º 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 #AC922A is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 42 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.33 |
| HSL | 48º | 0.61% | 0.42% | - |
| HSV(B) | 48º | 0.76% | 0.67% | - |
| XYZ | 27.71 | 29.5 | 6.42 | - |
| YUV | 141.92 | 71.61 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 42 | 0 | 0.15 | 0.76 | 0.33 | 48 | 0.61 | 0.42 |
| Hex | AC | 92 | 2A | 0 | F | 4C | 21 | 30 | 3D | 2A |
| Octal | 254 | 222 | 52 | 0 | 17 | 114 | 41 | 60 | 75 | 52 |
| Binary | 10101100 | 10010010 | 101010 | 0 | 1111 | 1001100 | 100001 | 110000 | 111101 | 101010 |
Color Harmonies of #AC922A
Complementary color
Monochromatic Colors of #AC922A
Black with #AC922A
Text Example
Text Example
White with #AC922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC922A; }
p { color: rgb(172,146,42); }
H1.HeaderClassName
{
color: #AC922A;
}
.AnyTagClassName
{
color: #AC922A;
}
</style>
background-color css
<style>
a { background-color: #AC922A; }
a { background-color: rgb(172,146,42); }
div.DivClassName
{
background-color: #AC922A;
}
.BgClassName
{
background-color: #AC922A;
}
</style>
border-color css
<style>
span { border-color: #AC922A; }
span { border-color: rgb(172,146,42); }
td.TdClassName
{
border-color: #AC922A;
}
.TagClassName
{
border-color: #AC922A;
}
</style>