Shades of Reno Sand #AC7336
Tints of Reno Sand #AC7336
RGB
CMYK
RGB Variations
Color information
#AC7336 (or 0xAC7336) is known color: Reno Sand. HEX triplet: AC, 73 and 36. RGB value is (172,115,54). Sum of RGB (Red+Green+Blue) = 172+115+54=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7336 is #538CC9. Grayscale: #7D7D7D. Windows color (decimal): -5475530 or 3568556. OLE color: 3568556.
HSL color Cylindrical-coordinate representation of color #AC7336: hue angle of 31.02º 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 #AC7336 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 54 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.33 |
| HSL | 31.02º | 0.52% | 0.44% | - |
| HSV(B) | 31.02º | 0.69% | 0.67% | - |
| XYZ | 23.81 | 21.3 | 6.35 | - |
| YUV | 125.09 | 87.88 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 54 | 0 | 0.33 | 0.69 | 0.33 | 31.02 | 0.52 | 0.44 |
| Hex | AC | 73 | 36 | 0 | 21 | 45 | 21 | 1F | 34 | 2C |
| Octal | 254 | 163 | 66 | 0 | 41 | 105 | 41 | 37 | 64 | 54 |
| Binary | 10101100 | 1110011 | 110110 | 0 | 100001 | 1000101 | 100001 | 11111 | 110100 | 101100 |
Color Harmonies of #AC7336
Complementary color
Monochromatic Colors of #AC7336
Black with #AC7336
Text Example
Text Example
White with #AC7336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7336; }
p { color: rgb(172,115,54); }
H1.HeaderClassName
{
color: #AC7336;
}
.AnyTagClassName
{
color: #AC7336;
}
</style>
background-color css
<style>
a { background-color: #AC7336; }
a { background-color: rgb(172,115,54); }
div.DivClassName
{
background-color: #AC7336;
}
.BgClassName
{
background-color: #AC7336;
}
</style>
border-color css
<style>
span { border-color: #AC7336; }
span { border-color: rgb(172,115,54); }
td.TdClassName
{
border-color: #AC7336;
}
.TagClassName
{
border-color: #AC7336;
}
</style>