Shades of Reno Sand #AC6E2D
Tints of Reno Sand #AC6E2D
RGB
CMYK
RGB Variations
Color information
#AC6E2D (or 0xAC6E2D) is known color: Reno Sand. HEX triplet: AC, 6E and 2D. RGB value is (172,110,45). Sum of RGB (Red+Green+Blue) = 172+110+45=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E2D is #5391D2. Grayscale: #797979. Windows color (decimal): -5476819 or 2977452. OLE color: 2977452.
HSL color Cylindrical-coordinate representation of color #AC6E2D: hue angle of 30.71º 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 #AC6E2D is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 45 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.33 |
| HSL | 30.71º | 0.59% | 0.43% | - |
| HSV(B) | 30.71º | 0.74% | 0.67% | - |
| XYZ | 23.06 | 20.11 | 5.15 | - |
| YUV | 121.13 | 85.04 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 45 | 0 | 0.36 | 0.74 | 0.33 | 30.71 | 0.59 | 0.43 |
| Hex | AC | 6E | 2D | 0 | 24 | 4A | 21 | 1F | 3B | 2B |
| Octal | 254 | 156 | 55 | 0 | 44 | 112 | 41 | 37 | 73 | 53 |
| Binary | 10101100 | 1101110 | 101101 | 0 | 100100 | 1001010 | 100001 | 11111 | 111011 | 101011 |
Color Harmonies of #AC6E2D
Complementary color
Monochromatic Colors of #AC6E2D
Black with #AC6E2D
Text Example
Text Example
White with #AC6E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E2D; }
p { color: rgb(172,110,45); }
H1.HeaderClassName
{
color: #AC6E2D;
}
.AnyTagClassName
{
color: #AC6E2D;
}
</style>
background-color css
<style>
a { background-color: #AC6E2D; }
a { background-color: rgb(172,110,45); }
div.DivClassName
{
background-color: #AC6E2D;
}
.BgClassName
{
background-color: #AC6E2D;
}
</style>
border-color css
<style>
span { border-color: #AC6E2D; }
span { border-color: rgb(172,110,45); }
td.TdClassName
{
border-color: #AC6E2D;
}
.TagClassName
{
border-color: #AC6E2D;
}
</style>