Shades of Reno Sand #AC6E2F
Tints of Reno Sand #AC6E2F
RGB
CMYK
RGB Variations
Color information
#AC6E2F (or 0xAC6E2F) is known color: Reno Sand. HEX triplet: AC, 6E and 2F. RGB value is (172,110,47). Sum of RGB (Red+Green+Blue) = 172+110+47=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E2F is #5391D0. Grayscale: #797979. Windows color (decimal): -5476817 or 3108524. OLE color: 3108524.
HSL color Cylindrical-coordinate representation of color #AC6E2F: hue angle of 30.24º 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 #AC6E2F is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 47 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.33 |
| HSL | 30.24º | 0.57% | 0.43% | - |
| HSV(B) | 30.24º | 0.73% | 0.67% | - |
| XYZ | 23.1 | 20.13 | 5.36 | - |
| YUV | 121.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 47 | 0 | 0.36 | 0.73 | 0.33 | 30.24 | 0.57 | 0.43 |
| Hex | AC | 6E | 2F | 0 | 24 | 49 | 21 | 1E | 39 | 2B |
| Octal | 254 | 156 | 57 | 0 | 44 | 111 | 41 | 36 | 71 | 53 |
| Binary | 10101100 | 1101110 | 101111 | 0 | 100100 | 1001001 | 100001 | 11110 | 111001 | 101011 |
Color Harmonies of #AC6E2F
Complementary color
Monochromatic Colors of #AC6E2F
Black with #AC6E2F
Text Example
Text Example
White with #AC6E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E2F; }
p { color: rgb(172,110,47); }
H1.HeaderClassName
{
color: #AC6E2F;
}
.AnyTagClassName
{
color: #AC6E2F;
}
</style>
background-color css
<style>
a { background-color: #AC6E2F; }
a { background-color: rgb(172,110,47); }
div.DivClassName
{
background-color: #AC6E2F;
}
.BgClassName
{
background-color: #AC6E2F;
}
</style>
border-color css
<style>
span { border-color: #AC6E2F; }
span { border-color: rgb(172,110,47); }
td.TdClassName
{
border-color: #AC6E2F;
}
.TagClassName
{
border-color: #AC6E2F;
}
</style>