Shades of Reno Sand #AC6D2C
Tints of Reno Sand #AC6D2C
RGB
CMYK
RGB Variations
Color information
#AC6D2C (or 0xAC6D2C) is known color: Reno Sand. HEX triplet: AC, 6D and 2C. RGB value is (172,109,44). Sum of RGB (Red+Green+Blue) = 172+109+44=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D2C is #5392D3. Grayscale: #787878. Windows color (decimal): -5477076 or 2911660. OLE color: 2911660.
HSL color Cylindrical-coordinate representation of color #AC6D2C: hue angle of 30.47º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC6D2C is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 44 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.33 |
| HSL | 30.47º | 0.59% | 0.42% | - |
| HSV(B) | 30.47º | 0.74% | 0.67% | - |
| XYZ | 22.94 | 19.89 | 5.01 | - |
| YUV | 120.43 | 84.87 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 44 | 0 | 0.37 | 0.74 | 0.33 | 30.47 | 0.59 | 0.42 |
| Hex | AC | 6D | 2C | 0 | 25 | 4A | 21 | 1E | 3B | 2A |
| Octal | 254 | 155 | 54 | 0 | 45 | 112 | 41 | 36 | 73 | 52 |
| Binary | 10101100 | 1101101 | 101100 | 0 | 100101 | 1001010 | 100001 | 11110 | 111011 | 101010 |
Color Harmonies of #AC6D2C
Complementary color
Monochromatic Colors of #AC6D2C
Black with #AC6D2C
Text Example
Text Example
White with #AC6D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D2C; }
p { color: rgb(172,109,44); }
H1.HeaderClassName
{
color: #AC6D2C;
}
.AnyTagClassName
{
color: #AC6D2C;
}
</style>
background-color css
<style>
a { background-color: #AC6D2C; }
a { background-color: rgb(172,109,44); }
div.DivClassName
{
background-color: #AC6D2C;
}
.BgClassName
{
background-color: #AC6D2C;
}
</style>
border-color css
<style>
span { border-color: #AC6D2C; }
span { border-color: rgb(172,109,44); }
td.TdClassName
{
border-color: #AC6D2C;
}
.TagClassName
{
border-color: #AC6D2C;
}
</style>