Shades of Reno Sand #A96F37
Tints of Reno Sand #A96F37
RGB
CMYK
RGB Variations
Color information
#A96F37 (or 0xA96F37) is known color: Reno Sand. HEX triplet: A9, 6F and 37. RGB value is (169,111,55). Sum of RGB (Red+Green+Blue) = 169+111+55=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96F37 is #5690C8. Grayscale: #7A7A7A. Windows color (decimal): -5673161 or 3633065. OLE color: 3633065.
HSL color Cylindrical-coordinate representation of color #A96F37: hue angle of 29.47º 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 #A96F37 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 55 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.34 |
| HSL | 29.47º | 0.51% | 0.44% | - |
| HSV(B) | 29.47º | 0.67% | 0.66% | - |
| XYZ | 22.74 | 20.08 | 6.29 | - |
| YUV | 121.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 55 | 0 | 0.34 | 0.67 | 0.34 | 29.47 | 0.51 | 0.44 |
| Hex | A9 | 6F | 37 | 0 | 22 | 43 | 22 | 1D | 33 | 2C |
| Octal | 251 | 157 | 67 | 0 | 42 | 103 | 42 | 35 | 63 | 54 |
| Binary | 10101001 | 1101111 | 110111 | 0 | 100010 | 1000011 | 100010 | 11101 | 110011 | 101100 |
Color Harmonies of #A96F37
Complementary color
Monochromatic Colors of #A96F37
Black with #A96F37
Text Example
Text Example
White with #A96F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96F37; }
p { color: rgb(169,111,55); }
H1.HeaderClassName
{
color: #A96F37;
}
.AnyTagClassName
{
color: #A96F37;
}
</style>
background-color css
<style>
a { background-color: #A96F37; }
a { background-color: rgb(169,111,55); }
div.DivClassName
{
background-color: #A96F37;
}
.BgClassName
{
background-color: #A96F37;
}
</style>
border-color css
<style>
span { border-color: #A96F37; }
span { border-color: rgb(169,111,55); }
td.TdClassName
{
border-color: #A96F37;
}
.TagClassName
{
border-color: #A96F37;
}
</style>