Shades of Reno Sand #AC6C2B
Tints of Reno Sand #AC6C2B
RGB
CMYK
RGB Variations
Color information
#AC6C2B (or 0xAC6C2B) is known color: Reno Sand. HEX triplet: AC, 6C and 2B. RGB value is (172,108,43). Sum of RGB (Red+Green+Blue) = 172+108+43=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C2B is #5393D4. Grayscale: #787878. Windows color (decimal): -5477333 or 2845868. OLE color: 2845868.
HSL color Cylindrical-coordinate representation of color #AC6C2B: hue angle of 30.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC6C2B is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 43 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.33 |
| HSL | 30.23º | 0.6% | 0.42% | - |
| HSV(B) | 30.23º | 0.75% | 0.67% | - |
| XYZ | 22.81 | 19.67 | 4.88 | - |
| YUV | 119.73 | 84.7 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 43 | 0 | 0.37 | 0.75 | 0.33 | 30.23 | 0.6 | 0.42 |
| Hex | AC | 6C | 2B | 0 | 25 | 4B | 21 | 1E | 3C | 2A |
| Octal | 254 | 154 | 53 | 0 | 45 | 113 | 41 | 36 | 74 | 52 |
| Binary | 10101100 | 1101100 | 101011 | 0 | 100101 | 1001011 | 100001 | 11110 | 111100 | 101010 |
Color Harmonies of #AC6C2B
Complementary color
Monochromatic Colors of #AC6C2B
Black with #AC6C2B
Text Example
Text Example
White with #AC6C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C2B; }
p { color: rgb(172,108,43); }
H1.HeaderClassName
{
color: #AC6C2B;
}
.AnyTagClassName
{
color: #AC6C2B;
}
</style>
background-color css
<style>
a { background-color: #AC6C2B; }
a { background-color: rgb(172,108,43); }
div.DivClassName
{
background-color: #AC6C2B;
}
.BgClassName
{
background-color: #AC6C2B;
}
</style>
border-color css
<style>
span { border-color: #AC6C2B; }
span { border-color: rgb(172,108,43); }
td.TdClassName
{
border-color: #AC6C2B;
}
.TagClassName
{
border-color: #AC6C2B;
}
</style>