Shades of Reno Sand #AC6F33
Tints of Reno Sand #AC6F33
RGB
CMYK
RGB Variations
Color information
#AC6F33 (or 0xAC6F33) is known color: Reno Sand. HEX triplet: AC, 6F and 33. RGB value is (172,111,51). Sum of RGB (Red+Green+Blue) = 172+111+51=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F33 is #5390CC. Grayscale: #7A7A7A. Windows color (decimal): -5476557 or 3370924. OLE color: 3370924.
HSL color Cylindrical-coordinate representation of color #AC6F33: hue angle of 29.75º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC6F33 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 111 | 51 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.33 |
| HSL | 29.75º | 0.54% | 0.44% | - |
| HSV(B) | 29.75º | 0.7% | 0.67% | - |
| XYZ | 23.3 | 20.38 | 5.84 | - |
| YUV | 122.4 | 87.71 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 51 | 0 | 0.35 | 0.70 | 0.33 | 29.75 | 0.54 | 0.44 |
| Hex | AC | 6F | 33 | 0 | 23 | 46 | 21 | 1E | 36 | 2C |
| Octal | 254 | 157 | 63 | 0 | 43 | 106 | 41 | 36 | 66 | 54 |
| Binary | 10101100 | 1101111 | 110011 | 0 | 100011 | 1000110 | 100001 | 11110 | 110110 | 101100 |
Color Harmonies of #AC6F33
Complementary color
Monochromatic Colors of #AC6F33
Black with #AC6F33
Text Example
Text Example
White with #AC6F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6F33; }
p { color: rgb(172,111,51); }
H1.HeaderClassName
{
color: #AC6F33;
}
.AnyTagClassName
{
color: #AC6F33;
}
</style>
background-color css
<style>
a { background-color: #AC6F33; }
a { background-color: rgb(172,111,51); }
div.DivClassName
{
background-color: #AC6F33;
}
.BgClassName
{
background-color: #AC6F33;
}
</style>
border-color css
<style>
span { border-color: #AC6F33; }
span { border-color: rgb(172,111,51); }
td.TdClassName
{
border-color: #AC6F33;
}
.TagClassName
{
border-color: #AC6F33;
}
</style>