Shades of Reno Sand #AC6E34
Tints of Reno Sand #AC6E34
RGB
CMYK
RGB Variations
Color information
#AC6E34 (or 0xAC6E34) is known color: Reno Sand. HEX triplet: AC, 6E and 34. RGB value is (172,110,52). Sum of RGB (Red+Green+Blue) = 172+110+52=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E34 is #5391CB. Grayscale: #7A7A7A. Windows color (decimal): -5476812 or 3436204. OLE color: 3436204.
HSL color Cylindrical-coordinate representation of color #AC6E34: hue angle of 29º 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 #AC6E34 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 52 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.33 |
| HSL | 29º | 0.54% | 0.44% | - |
| HSV(B) | 29º | 0.7% | 0.67% | - |
| XYZ | 23.21 | 20.17 | 5.92 | - |
| YUV | 121.93 | 88.54 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 52 | 0 | 0.36 | 0.70 | 0.33 | 29 | 0.54 | 0.44 |
| Hex | AC | 6E | 34 | 0 | 24 | 46 | 21 | 1D | 36 | 2C |
| Octal | 254 | 156 | 64 | 0 | 44 | 106 | 41 | 35 | 66 | 54 |
| Binary | 10101100 | 1101110 | 110100 | 0 | 100100 | 1000110 | 100001 | 11101 | 110110 | 101100 |
Color Harmonies of #AC6E34
Complementary color
Monochromatic Colors of #AC6E34
Black with #AC6E34
Text Example
Text Example
White with #AC6E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E34; }
p { color: rgb(172,110,52); }
H1.HeaderClassName
{
color: #AC6E34;
}
.AnyTagClassName
{
color: #AC6E34;
}
</style>
background-color css
<style>
a { background-color: #AC6E34; }
a { background-color: rgb(172,110,52); }
div.DivClassName
{
background-color: #AC6E34;
}
.BgClassName
{
background-color: #AC6E34;
}
</style>
border-color css
<style>
span { border-color: #AC6E34; }
span { border-color: rgb(172,110,52); }
td.TdClassName
{
border-color: #AC6E34;
}
.TagClassName
{
border-color: #AC6E34;
}
</style>