Shades of Reno Sand #AC6B2F
Tints of Reno Sand #AC6B2F
RGB
CMYK
RGB Variations
Color information
#AC6B2F (or 0xAC6B2F) is known color: Reno Sand. HEX triplet: AC, 6B and 2F. RGB value is (172,107,47). Sum of RGB (Red+Green+Blue) = 172+107+47=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B2F is #5394D0. Grayscale: #777777. Windows color (decimal): -5477585 or 3107756. OLE color: 3107756.
HSL color Cylindrical-coordinate representation of color #AC6B2F: hue angle of 28.8º degrees, saturation: 0.57, 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 #AC6B2F is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 47 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.33 |
| HSL | 28.8º | 0.57% | 0.43% | - |
| HSV(B) | 28.8º | 0.73% | 0.67% | - |
| XYZ | 22.78 | 19.49 | 5.25 | - |
| YUV | 119.6 | 87.03 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 47 | 0 | 0.38 | 0.73 | 0.33 | 28.8 | 0.57 | 0.43 |
| Hex | AC | 6B | 2F | 0 | 26 | 49 | 21 | 1D | 39 | 2B |
| Octal | 254 | 153 | 57 | 0 | 46 | 111 | 41 | 35 | 71 | 53 |
| Binary | 10101100 | 1101011 | 101111 | 0 | 100110 | 1001001 | 100001 | 11101 | 111001 | 101011 |
Color Harmonies of #AC6B2F
Complementary color
Monochromatic Colors of #AC6B2F
Black with #AC6B2F
Text Example
Text Example
White with #AC6B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B2F; }
p { color: rgb(172,107,47); }
H1.HeaderClassName
{
color: #AC6B2F;
}
.AnyTagClassName
{
color: #AC6B2F;
}
</style>
background-color css
<style>
a { background-color: #AC6B2F; }
a { background-color: rgb(172,107,47); }
div.DivClassName
{
background-color: #AC6B2F;
}
.BgClassName
{
background-color: #AC6B2F;
}
</style>
border-color css
<style>
span { border-color: #AC6B2F; }
span { border-color: rgb(172,107,47); }
td.TdClassName
{
border-color: #AC6B2F;
}
.TagClassName
{
border-color: #AC6B2F;
}
</style>