Shades of Reno Sand #AC6C2F
Tints of Reno Sand #AC6C2F
RGB
CMYK
RGB Variations
Color information
#AC6C2F (or 0xAC6C2F) is known color: Reno Sand. HEX triplet: AC, 6C and 2F. RGB value is (172,108,47). Sum of RGB (Red+Green+Blue) = 172+108+47=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C2F is #5393D0. Grayscale: #787878. Windows color (decimal): -5477329 or 3108012. OLE color: 3108012.
HSL color Cylindrical-coordinate representation of color #AC6C2F: hue angle of 29.28º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC6C2F is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 47 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.33 |
| HSL | 29.28º | 0.57% | 0.43% | - |
| HSV(B) | 29.28º | 0.73% | 0.67% | - |
| XYZ | 22.89 | 19.7 | 5.29 | - |
| YUV | 120.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 47 | 0 | 0.37 | 0.73 | 0.33 | 29.28 | 0.57 | 0.43 |
| Hex | AC | 6C | 2F | 0 | 25 | 49 | 21 | 1D | 39 | 2B |
| Octal | 254 | 154 | 57 | 0 | 45 | 111 | 41 | 35 | 71 | 53 |
| Binary | 10101100 | 1101100 | 101111 | 0 | 100101 | 1001001 | 100001 | 11101 | 111001 | 101011 |
Color Harmonies of #AC6C2F
Complementary color
Monochromatic Colors of #AC6C2F
Black with #AC6C2F
Text Example
Text Example
White with #AC6C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C2F; }
p { color: rgb(172,108,47); }
H1.HeaderClassName
{
color: #AC6C2F;
}
.AnyTagClassName
{
color: #AC6C2F;
}
</style>
background-color css
<style>
a { background-color: #AC6C2F; }
a { background-color: rgb(172,108,47); }
div.DivClassName
{
background-color: #AC6C2F;
}
.BgClassName
{
background-color: #AC6C2F;
}
</style>
border-color css
<style>
span { border-color: #AC6C2F; }
span { border-color: rgb(172,108,47); }
td.TdClassName
{
border-color: #AC6C2F;
}
.TagClassName
{
border-color: #AC6C2F;
}
</style>