Shades of Reno Sand #AC6C2C
Tints of Reno Sand #AC6C2C
RGB
CMYK
RGB Variations
Color information
#AC6C2C (or 0xAC6C2C) is known color: Reno Sand. HEX triplet: AC, 6C and 2C. RGB value is (172,108,44). Sum of RGB (Red+Green+Blue) = 172+108+44=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C2C is #5393D3. Grayscale: #787878. Windows color (decimal): -5477332 or 2911404. OLE color: 2911404.
HSL color Cylindrical-coordinate representation of color #AC6C2C: hue angle of 30º 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 #AC6C2C is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 44 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.33 |
| HSL | 30º | 0.59% | 0.42% | - |
| HSV(B) | 30º | 0.74% | 0.67% | - |
| XYZ | 22.83 | 19.68 | 4.98 | - |
| YUV | 119.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 44 | 0 | 0.37 | 0.74 | 0.33 | 30 | 0.59 | 0.42 |
| Hex | AC | 6C | 2C | 0 | 25 | 4A | 21 | 1E | 3B | 2A |
| Octal | 254 | 154 | 54 | 0 | 45 | 112 | 41 | 36 | 73 | 52 |
| Binary | 10101100 | 1101100 | 101100 | 0 | 100101 | 1001010 | 100001 | 11110 | 111011 | 101010 |
Color Harmonies of #AC6C2C
Complementary color
Monochromatic Colors of #AC6C2C
Black with #AC6C2C
Text Example
Text Example
White with #AC6C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C2C; }
p { color: rgb(172,108,44); }
H1.HeaderClassName
{
color: #AC6C2C;
}
.AnyTagClassName
{
color: #AC6C2C;
}
</style>
background-color css
<style>
a { background-color: #AC6C2C; }
a { background-color: rgb(172,108,44); }
div.DivClassName
{
background-color: #AC6C2C;
}
.BgClassName
{
background-color: #AC6C2C;
}
</style>
border-color css
<style>
span { border-color: #AC6C2C; }
span { border-color: rgb(172,108,44); }
td.TdClassName
{
border-color: #AC6C2C;
}
.TagClassName
{
border-color: #AC6C2C;
}
</style>