Shades of Reno Sand #AC6D31
Tints of Reno Sand #AC6D31
RGB
CMYK
RGB Variations
Color information
#AC6D31 (or 0xAC6D31) is known color: Reno Sand. HEX triplet: AC, 6D and 31. RGB value is (172,109,49). Sum of RGB (Red+Green+Blue) = 172+109+49=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D31 is #5392CE. Grayscale: #797979. Windows color (decimal): -5477071 or 3239340. OLE color: 3239340.
HSL color Cylindrical-coordinate representation of color #AC6D31: hue angle of 29.27º 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 #AC6D31 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 49 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.33 |
| HSL | 29.27º | 0.56% | 0.43% | - |
| HSV(B) | 29.27º | 0.72% | 0.67% | - |
| XYZ | 23.04 | 19.93 | 5.54 | - |
| YUV | 121 | 87.37 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 49 | 0 | 0.37 | 0.72 | 0.33 | 29.27 | 0.56 | 0.43 |
| Hex | AC | 6D | 31 | 0 | 25 | 48 | 21 | 1D | 38 | 2B |
| Octal | 254 | 155 | 61 | 0 | 45 | 110 | 41 | 35 | 70 | 53 |
| Binary | 10101100 | 1101101 | 110001 | 0 | 100101 | 1001000 | 100001 | 11101 | 111000 | 101011 |
Color Harmonies of #AC6D31
Complementary color
Monochromatic Colors of #AC6D31
Black with #AC6D31
Text Example
Text Example
White with #AC6D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D31; }
p { color: rgb(172,109,49); }
H1.HeaderClassName
{
color: #AC6D31;
}
.AnyTagClassName
{
color: #AC6D31;
}
</style>
background-color css
<style>
a { background-color: #AC6D31; }
a { background-color: rgb(172,109,49); }
div.DivClassName
{
background-color: #AC6D31;
}
.BgClassName
{
background-color: #AC6D31;
}
</style>
border-color css
<style>
span { border-color: #AC6D31; }
span { border-color: rgb(172,109,49); }
td.TdClassName
{
border-color: #AC6D31;
}
.TagClassName
{
border-color: #AC6D31;
}
</style>