Shades of Reno Sand #AC6E37
Tints of Reno Sand #AC6E37
RGB
CMYK
RGB Variations
Color information
#AC6E37 (or 0xAC6E37) is known color: Reno Sand. HEX triplet: AC, 6E and 37. RGB value is (172,110,55). Sum of RGB (Red+Green+Blue) = 172+110+55=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E37 is #5391C8. Grayscale: #7A7A7A. Windows color (decimal): -5476809 or 3632812. OLE color: 3632812.
HSL color Cylindrical-coordinate representation of color #AC6E37: hue angle of 28.21º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC6E37 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 55 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.33 |
| HSL | 28.21º | 0.52% | 0.45% | - |
| HSV(B) | 28.21º | 0.68% | 0.67% | - |
| XYZ | 23.28 | 20.2 | 6.29 | - |
| YUV | 122.27 | 90.04 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 55 | 0 | 0.36 | 0.68 | 0.33 | 28.21 | 0.52 | 0.45 |
| Hex | AC | 6E | 37 | 0 | 24 | 44 | 21 | 1C | 34 | 2D |
| Octal | 254 | 156 | 67 | 0 | 44 | 104 | 41 | 34 | 64 | 55 |
| Binary | 10101100 | 1101110 | 110111 | 0 | 100100 | 1000100 | 100001 | 11100 | 110100 | 101101 |
Color Harmonies of #AC6E37
Complementary color
Monochromatic Colors of #AC6E37
Black with #AC6E37
Text Example
Text Example
White with #AC6E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E37; }
p { color: rgb(172,110,55); }
H1.HeaderClassName
{
color: #AC6E37;
}
.AnyTagClassName
{
color: #AC6E37;
}
</style>
background-color css
<style>
a { background-color: #AC6E37; }
a { background-color: rgb(172,110,55); }
div.DivClassName
{
background-color: #AC6E37;
}
.BgClassName
{
background-color: #AC6E37;
}
</style>
border-color css
<style>
span { border-color: #AC6E37; }
span { border-color: rgb(172,110,55); }
td.TdClassName
{
border-color: #AC6E37;
}
.TagClassName
{
border-color: #AC6E37;
}
</style>