Shades of Reno Sand #AC6D32
Tints of Reno Sand #AC6D32
RGB
CMYK
RGB Variations
Color information
#AC6D32 (or 0xAC6D32) is known color: Reno Sand. HEX triplet: AC, 6D and 32. RGB value is (172,109,50). Sum of RGB (Red+Green+Blue) = 172+109+50=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D32 is #5392CD. Grayscale: #797979. Windows color (decimal): -5477070 or 3304876. OLE color: 3304876.
HSL color Cylindrical-coordinate representation of color #AC6D32: hue angle of 29.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC6D32 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 50 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.33 |
| HSL | 29.02º | 0.55% | 0.44% | - |
| HSV(B) | 29.02º | 0.71% | 0.67% | - |
| XYZ | 23.06 | 19.94 | 5.65 | - |
| YUV | 121.11 | 87.87 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 50 | 0 | 0.37 | 0.71 | 0.33 | 29.02 | 0.55 | 0.44 |
| Hex | AC | 6D | 32 | 0 | 25 | 47 | 21 | 1D | 37 | 2C |
| Octal | 254 | 155 | 62 | 0 | 45 | 107 | 41 | 35 | 67 | 54 |
| Binary | 10101100 | 1101101 | 110010 | 0 | 100101 | 1000111 | 100001 | 11101 | 110111 | 101100 |
Color Harmonies of #AC6D32
Complementary color
Monochromatic Colors of #AC6D32
Black with #AC6D32
Text Example
Text Example
White with #AC6D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D32; }
p { color: rgb(172,109,50); }
H1.HeaderClassName
{
color: #AC6D32;
}
.AnyTagClassName
{
color: #AC6D32;
}
</style>
background-color css
<style>
a { background-color: #AC6D32; }
a { background-color: rgb(172,109,50); }
div.DivClassName
{
background-color: #AC6D32;
}
.BgClassName
{
background-color: #AC6D32;
}
</style>
border-color css
<style>
span { border-color: #AC6D32; }
span { border-color: rgb(172,109,50); }
td.TdClassName
{
border-color: #AC6D32;
}
.TagClassName
{
border-color: #AC6D32;
}
</style>