Shades of Reno Sand #AC6A2E
Tints of Reno Sand #AC6A2E
RGB
CMYK
RGB Variations
Color information
#AC6A2E (or 0xAC6A2E) is known color: Reno Sand. HEX triplet: AC, 6A and 2E. RGB value is (172,106,46). Sum of RGB (Red+Green+Blue) = 172+106+46=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A2E is #5395D1. Grayscale: #777777. Windows color (decimal): -5477842 or 3041964. OLE color: 3041964.
HSL color Cylindrical-coordinate representation of color #AC6A2E: hue angle of 28.57º degrees, saturation: 0.58, 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 #AC6A2E is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 46 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.33 |
| HSL | 28.57º | 0.58% | 0.43% | - |
| HSV(B) | 28.57º | 0.73% | 0.67% | - |
| XYZ | 22.66 | 19.28 | 5.11 | - |
| YUV | 118.89 | 86.87 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 46 | 0 | 0.38 | 0.73 | 0.33 | 28.57 | 0.58 | 0.43 |
| Hex | AC | 6A | 2E | 0 | 26 | 49 | 21 | 1D | 3A | 2B |
| Octal | 254 | 152 | 56 | 0 | 46 | 111 | 41 | 35 | 72 | 53 |
| Binary | 10101100 | 1101010 | 101110 | 0 | 100110 | 1001001 | 100001 | 11101 | 111010 | 101011 |
Color Harmonies of #AC6A2E
Complementary color
Monochromatic Colors of #AC6A2E
Black with #AC6A2E
Text Example
Text Example
White with #AC6A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A2E; }
p { color: rgb(172,106,46); }
H1.HeaderClassName
{
color: #AC6A2E;
}
.AnyTagClassName
{
color: #AC6A2E;
}
</style>
background-color css
<style>
a { background-color: #AC6A2E; }
a { background-color: rgb(172,106,46); }
div.DivClassName
{
background-color: #AC6A2E;
}
.BgClassName
{
background-color: #AC6A2E;
}
</style>
border-color css
<style>
span { border-color: #AC6A2E; }
span { border-color: rgb(172,106,46); }
td.TdClassName
{
border-color: #AC6A2E;
}
.TagClassName
{
border-color: #AC6A2E;
}
</style>