Shades of Reno Sand #AC6E31
Tints of Reno Sand #AC6E31
RGB
CMYK
RGB Variations
Color information
#AC6E31 (or 0xAC6E31) is known color: Reno Sand. HEX triplet: AC, 6E and 31. RGB value is (172,110,49). Sum of RGB (Red+Green+Blue) = 172+110+49=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E31 is #5391CE. Grayscale: #797979. Windows color (decimal): -5476815 or 3239596. OLE color: 3239596.
HSL color Cylindrical-coordinate representation of color #AC6E31: hue angle of 29.76º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC6E31 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 49 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.33 |
| HSL | 29.76º | 0.56% | 0.43% | - |
| HSV(B) | 29.76º | 0.72% | 0.67% | - |
| XYZ | 23.14 | 20.14 | 5.57 | - |
| YUV | 121.58 | 87.04 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 49 | 0 | 0.36 | 0.72 | 0.33 | 29.76 | 0.56 | 0.43 |
| Hex | AC | 6E | 31 | 0 | 24 | 48 | 21 | 1E | 38 | 2B |
| Octal | 254 | 156 | 61 | 0 | 44 | 110 | 41 | 36 | 70 | 53 |
| Binary | 10101100 | 1101110 | 110001 | 0 | 100100 | 1001000 | 100001 | 11110 | 111000 | 101011 |
Color Harmonies of #AC6E31
Complementary color
Monochromatic Colors of #AC6E31
Black with #AC6E31
Text Example
Text Example
White with #AC6E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E31; }
p { color: rgb(172,110,49); }
H1.HeaderClassName
{
color: #AC6E31;
}
.AnyTagClassName
{
color: #AC6E31;
}
</style>
background-color css
<style>
a { background-color: #AC6E31; }
a { background-color: rgb(172,110,49); }
div.DivClassName
{
background-color: #AC6E31;
}
.BgClassName
{
background-color: #AC6E31;
}
</style>
border-color css
<style>
span { border-color: #AC6E31; }
span { border-color: rgb(172,110,49); }
td.TdClassName
{
border-color: #AC6E31;
}
.TagClassName
{
border-color: #AC6E31;
}
</style>