Shades of Reno Sand #AC6A2D
Tints of Reno Sand #AC6A2D
RGB
CMYK
RGB Variations
Color information
#AC6A2D (or 0xAC6A2D) is known color: Reno Sand. HEX triplet: AC, 6A and 2D. RGB value is (172,106,45). Sum of RGB (Red+Green+Blue) = 172+106+45=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A2D is #5395D2. Grayscale: #777777. Windows color (decimal): -5477843 or 2976428. OLE color: 2976428.
HSL color Cylindrical-coordinate representation of color #AC6A2D: hue angle of 28.82º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC6A2D is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 45 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.33 |
| HSL | 28.82º | 0.59% | 0.43% | - |
| HSV(B) | 28.82º | 0.74% | 0.67% | - |
| XYZ | 22.64 | 19.27 | 5.01 | - |
| YUV | 118.78 | 86.37 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 45 | 0 | 0.38 | 0.74 | 0.33 | 28.82 | 0.59 | 0.43 |
| Hex | AC | 6A | 2D | 0 | 26 | 4A | 21 | 1D | 3B | 2B |
| Octal | 254 | 152 | 55 | 0 | 46 | 112 | 41 | 35 | 73 | 53 |
| Binary | 10101100 | 1101010 | 101101 | 0 | 100110 | 1001010 | 100001 | 11101 | 111011 | 101011 |
Color Harmonies of #AC6A2D
Complementary color
Monochromatic Colors of #AC6A2D
Black with #AC6A2D
Text Example
Text Example
White with #AC6A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A2D; }
p { color: rgb(172,106,45); }
H1.HeaderClassName
{
color: #AC6A2D;
}
.AnyTagClassName
{
color: #AC6A2D;
}
</style>
background-color css
<style>
a { background-color: #AC6A2D; }
a { background-color: rgb(172,106,45); }
div.DivClassName
{
background-color: #AC6A2D;
}
.BgClassName
{
background-color: #AC6A2D;
}
</style>
border-color css
<style>
span { border-color: #AC6A2D; }
span { border-color: rgb(172,106,45); }
td.TdClassName
{
border-color: #AC6A2D;
}
.TagClassName
{
border-color: #AC6A2D;
}
</style>