Shades of Reno Sand #AC7031
Tints of Reno Sand #AC7031
RGB
CMYK
RGB Variations
Color information
#AC7031 (or 0xAC7031) is known color: Reno Sand. HEX triplet: AC, 70 and 31. RGB value is (172,112,49). Sum of RGB (Red+Green+Blue) = 172+112+49=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7031 is #538FCE. Grayscale: #7B7B7B. Windows color (decimal): -5476303 or 3240108. OLE color: 3240108.
HSL color Cylindrical-coordinate representation of color #AC7031: hue angle of 30.73º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC7031 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 49 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.33 |
| HSL | 30.73º | 0.56% | 0.43% | - |
| HSV(B) | 30.73º | 0.72% | 0.67% | - |
| XYZ | 23.36 | 20.58 | 5.65 | - |
| YUV | 122.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 49 | 0 | 0.35 | 0.72 | 0.33 | 30.73 | 0.56 | 0.43 |
| Hex | AC | 70 | 31 | 0 | 23 | 48 | 21 | 1F | 38 | 2B |
| Octal | 254 | 160 | 61 | 0 | 43 | 110 | 41 | 37 | 70 | 53 |
| Binary | 10101100 | 1110000 | 110001 | 0 | 100011 | 1001000 | 100001 | 11111 | 111000 | 101011 |
Color Harmonies of #AC7031
Complementary color
Monochromatic Colors of #AC7031
Black with #AC7031
Text Example
Text Example
White with #AC7031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7031; }
p { color: rgb(172,112,49); }
H1.HeaderClassName
{
color: #AC7031;
}
.AnyTagClassName
{
color: #AC7031;
}
</style>
background-color css
<style>
a { background-color: #AC7031; }
a { background-color: rgb(172,112,49); }
div.DivClassName
{
background-color: #AC7031;
}
.BgClassName
{
background-color: #AC7031;
}
</style>
border-color css
<style>
span { border-color: #AC7031; }
span { border-color: rgb(172,112,49); }
td.TdClassName
{
border-color: #AC7031;
}
.TagClassName
{
border-color: #AC7031;
}
</style>