Shades of Reno Sand #AC6C2D
Tints of Reno Sand #AC6C2D
RGB
CMYK
RGB Variations
Color information
#AC6C2D (or 0xAC6C2D) is known color: Reno Sand. HEX triplet: AC, 6C and 2D. RGB value is (172,108,45). Sum of RGB (Red+Green+Blue) = 172+108+45=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C2D is #5393D2. Grayscale: #787878. Windows color (decimal): -5477331 or 2976940. OLE color: 2976940.
HSL color Cylindrical-coordinate representation of color #AC6C2D: hue angle of 29.76º 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 #AC6C2D is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 45 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.33 |
| HSL | 29.76º | 0.59% | 0.43% | - |
| HSV(B) | 29.76º | 0.74% | 0.67% | - |
| XYZ | 22.85 | 19.69 | 5.08 | - |
| YUV | 119.95 | 85.7 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 45 | 0 | 0.37 | 0.74 | 0.33 | 29.76 | 0.59 | 0.43 |
| Hex | AC | 6C | 2D | 0 | 25 | 4A | 21 | 1E | 3B | 2B |
| Octal | 254 | 154 | 55 | 0 | 45 | 112 | 41 | 36 | 73 | 53 |
| Binary | 10101100 | 1101100 | 101101 | 0 | 100101 | 1001010 | 100001 | 11110 | 111011 | 101011 |
Color Harmonies of #AC6C2D
Complementary color
Monochromatic Colors of #AC6C2D
Black with #AC6C2D
Text Example
Text Example
White with #AC6C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C2D; }
p { color: rgb(172,108,45); }
H1.HeaderClassName
{
color: #AC6C2D;
}
.AnyTagClassName
{
color: #AC6C2D;
}
</style>
background-color css
<style>
a { background-color: #AC6C2D; }
a { background-color: rgb(172,108,45); }
div.DivClassName
{
background-color: #AC6C2D;
}
.BgClassName
{
background-color: #AC6C2D;
}
</style>
border-color css
<style>
span { border-color: #AC6C2D; }
span { border-color: rgb(172,108,45); }
td.TdClassName
{
border-color: #AC6C2D;
}
.TagClassName
{
border-color: #AC6C2D;
}
</style>