Shades of Reno Sand #AC7536
Tints of Reno Sand #AC7536
RGB
CMYK
RGB Variations
Color information
#AC7536 (or 0xAC7536) is known color: Reno Sand. HEX triplet: AC, 75 and 36. RGB value is (172,117,54). Sum of RGB (Red+Green+Blue) = 172+117+54=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7536 is #538AC9. Grayscale: #7E7E7E. Windows color (decimal): -5475018 or 3569068. OLE color: 3569068.
HSL color Cylindrical-coordinate representation of color #AC7536: hue angle of 32.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC7536 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 54 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.33 |
| HSL | 32.03º | 0.52% | 0.44% | - |
| HSV(B) | 32.03º | 0.69% | 0.67% | - |
| XYZ | 24.04 | 21.76 | 6.42 | - |
| YUV | 126.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 54 | 0 | 0.32 | 0.69 | 0.33 | 32.03 | 0.52 | 0.44 |
| Hex | AC | 75 | 36 | 0 | 20 | 45 | 21 | 20 | 34 | 2C |
| Octal | 254 | 165 | 66 | 0 | 40 | 105 | 41 | 40 | 64 | 54 |
| Binary | 10101100 | 1110101 | 110110 | 0 | 100000 | 1000101 | 100001 | 100000 | 110100 | 101100 |
Color Harmonies of #AC7536
Complementary color
Monochromatic Colors of #AC7536
Black with #AC7536
Text Example
Text Example
White with #AC7536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7536; }
p { color: rgb(172,117,54); }
H1.HeaderClassName
{
color: #AC7536;
}
.AnyTagClassName
{
color: #AC7536;
}
</style>
background-color css
<style>
a { background-color: #AC7536; }
a { background-color: rgb(172,117,54); }
div.DivClassName
{
background-color: #AC7536;
}
.BgClassName
{
background-color: #AC7536;
}
</style>
border-color css
<style>
span { border-color: #AC7536; }
span { border-color: rgb(172,117,54); }
td.TdClassName
{
border-color: #AC7536;
}
.TagClassName
{
border-color: #AC7536;
}
</style>