Shades of Reno Sand #AC7537
Tints of Reno Sand #AC7537
RGB
CMYK
RGB Variations
Color information
#AC7537 (or 0xAC7537) is known color: Reno Sand. HEX triplet: AC, 75 and 37. RGB value is (172,117,55). Sum of RGB (Red+Green+Blue) = 172+117+55=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7537 is #538AC8. Grayscale: #7E7E7E. Windows color (decimal): -5475017 or 3634604. OLE color: 3634604.
HSL color Cylindrical-coordinate representation of color #AC7537: hue angle of 31.79º 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 #AC7537 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 55 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.33 |
| HSL | 31.79º | 0.52% | 0.45% | - |
| HSV(B) | 31.79º | 0.68% | 0.67% | - |
| XYZ | 24.06 | 21.77 | 6.55 | - |
| YUV | 126.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 55 | 0 | 0.32 | 0.68 | 0.33 | 31.79 | 0.52 | 0.45 |
| Hex | AC | 75 | 37 | 0 | 20 | 44 | 21 | 20 | 34 | 2D |
| Octal | 254 | 165 | 67 | 0 | 40 | 104 | 41 | 40 | 64 | 55 |
| Binary | 10101100 | 1110101 | 110111 | 0 | 100000 | 1000100 | 100001 | 100000 | 110100 | 101101 |
Color Harmonies of #AC7537
Complementary color
Monochromatic Colors of #AC7537
Black with #AC7537
Text Example
Text Example
White with #AC7537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7537; }
p { color: rgb(172,117,55); }
H1.HeaderClassName
{
color: #AC7537;
}
.AnyTagClassName
{
color: #AC7537;
}
</style>
background-color css
<style>
a { background-color: #AC7537; }
a { background-color: rgb(172,117,55); }
div.DivClassName
{
background-color: #AC7537;
}
.BgClassName
{
background-color: #AC7537;
}
</style>
border-color css
<style>
span { border-color: #AC7537; }
span { border-color: rgb(172,117,55); }
td.TdClassName
{
border-color: #AC7537;
}
.TagClassName
{
border-color: #AC7537;
}
</style>