Shades of Reno Sand #AC7033
Tints of Reno Sand #AC7033
RGB
CMYK
RGB Variations
Color information
#AC7033 (or 0xAC7033) is known color: Reno Sand. HEX triplet: AC, 70 and 33. RGB value is (172,112,51). Sum of RGB (Red+Green+Blue) = 172+112+51=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7033 is #538FCC. Grayscale: #7B7B7B. Windows color (decimal): -5476301 or 3371180. OLE color: 3371180.
HSL color Cylindrical-coordinate representation of color #AC7033: hue angle of 30.25º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC7033 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 51 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.33 |
| HSL | 30.25º | 0.54% | 0.44% | - |
| HSV(B) | 30.25º | 0.7% | 0.67% | - |
| XYZ | 23.4 | 20.6 | 5.87 | - |
| YUV | 122.99 | 87.38 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 51 | 0 | 0.35 | 0.70 | 0.33 | 30.25 | 0.54 | 0.44 |
| Hex | AC | 70 | 33 | 0 | 23 | 46 | 21 | 1E | 36 | 2C |
| Octal | 254 | 160 | 63 | 0 | 43 | 106 | 41 | 36 | 66 | 54 |
| Binary | 10101100 | 1110000 | 110011 | 0 | 100011 | 1000110 | 100001 | 11110 | 110110 | 101100 |
Color Harmonies of #AC7033
Complementary color
Monochromatic Colors of #AC7033
Black with #AC7033
Text Example
Text Example
White with #AC7033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7033; }
p { color: rgb(172,112,51); }
H1.HeaderClassName
{
color: #AC7033;
}
.AnyTagClassName
{
color: #AC7033;
}
</style>
background-color css
<style>
a { background-color: #AC7033; }
a { background-color: rgb(172,112,51); }
div.DivClassName
{
background-color: #AC7033;
}
.BgClassName
{
background-color: #AC7033;
}
</style>
border-color css
<style>
span { border-color: #AC7033; }
span { border-color: rgb(172,112,51); }
td.TdClassName
{
border-color: #AC7033;
}
.TagClassName
{
border-color: #AC7033;
}
</style>