Shades of Reno Sand #AC743B
Tints of Reno Sand #AC743B
RGB
CMYK
RGB Variations
Color information
#AC743B (or 0xAC743B) is known color: Reno Sand. HEX triplet: AC, 74 and 3B. RGB value is (172,116,59). Sum of RGB (Red+Green+Blue) = 172+116+59=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC743B is #538BC4. Grayscale: #7E7E7E. Windows color (decimal): -5475269 or 3896492. OLE color: 3896492.
HSL color Cylindrical-coordinate representation of color #AC743B: hue angle of 30.27º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC743B is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 59 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.33 |
| HSL | 30.27º | 0.49% | 0.45% | - |
| HSV(B) | 30.27º | 0.66% | 0.67% | - |
| XYZ | 24.05 | 21.58 | 7.04 | - |
| YUV | 126.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 59 | 0 | 0.33 | 0.66 | 0.33 | 30.27 | 0.49 | 0.45 |
| Hex | AC | 74 | 3B | 0 | 21 | 42 | 21 | 1E | 31 | 2D |
| Octal | 254 | 164 | 73 | 0 | 41 | 102 | 41 | 36 | 61 | 55 |
| Binary | 10101100 | 1110100 | 111011 | 0 | 100001 | 1000010 | 100001 | 11110 | 110001 | 101101 |
Color Harmonies of #AC743B
Complementary color
Monochromatic Colors of #AC743B
Black with #AC743B
Text Example
Text Example
White with #AC743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC743B; }
p { color: rgb(172,116,59); }
H1.HeaderClassName
{
color: #AC743B;
}
.AnyTagClassName
{
color: #AC743B;
}
</style>
background-color css
<style>
a { background-color: #AC743B; }
a { background-color: rgb(172,116,59); }
div.DivClassName
{
background-color: #AC743B;
}
.BgClassName
{
background-color: #AC743B;
}
</style>
border-color css
<style>
span { border-color: #AC743B; }
span { border-color: rgb(172,116,59); }
td.TdClassName
{
border-color: #AC743B;
}
.TagClassName
{
border-color: #AC743B;
}
</style>