Shades of Reno Sand #A87037
Tints of Reno Sand #A87037
RGB
CMYK
RGB Variations
Color information
#A87037 (or 0xA87037) is known color: Reno Sand. HEX triplet: A8, 70 and 37. RGB value is (168,112,55). Sum of RGB (Red+Green+Blue) = 168+112+55=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A87037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87037 is #578FC8. Grayscale: #7A7A7A. Windows color (decimal): -5738441 or 3633320. OLE color: 3633320.
HSL color Cylindrical-coordinate representation of color #A87037: hue angle of 30.27º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A87037 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 55 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.34 |
| HSL | 30.27º | 0.51% | 0.44% | - |
| HSV(B) | 30.27º | 0.67% | 0.66% | - |
| XYZ | 22.63 | 20.19 | 6.32 | - |
| YUV | 122.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 55 | 0 | 0.33 | 0.67 | 0.34 | 30.27 | 0.51 | 0.44 |
| Hex | A8 | 70 | 37 | 0 | 21 | 43 | 22 | 1E | 33 | 2C |
| Octal | 250 | 160 | 67 | 0 | 41 | 103 | 42 | 36 | 63 | 54 |
| Binary | 10101000 | 1110000 | 110111 | 0 | 100001 | 1000011 | 100010 | 11110 | 110011 | 101100 |
Color Harmonies of #A87037
Complementary color
Monochromatic Colors of #A87037
Black with #A87037
Text Example
Text Example
White with #A87037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87037; }
p { color: rgb(168,112,55); }
H1.HeaderClassName
{
color: #A87037;
}
.AnyTagClassName
{
color: #A87037;
}
</style>
background-color css
<style>
a { background-color: #A87037; }
a { background-color: rgb(168,112,55); }
div.DivClassName
{
background-color: #A87037;
}
.BgClassName
{
background-color: #A87037;
}
</style>
border-color css
<style>
span { border-color: #A87037; }
span { border-color: rgb(168,112,55); }
td.TdClassName
{
border-color: #A87037;
}
.TagClassName
{
border-color: #A87037;
}
</style>