Shades of Reno Sand #A96E34
Tints of Reno Sand #A96E34
RGB
CMYK
RGB Variations
Color information
#A96E34 (or 0xA96E34) is known color: Reno Sand. HEX triplet: A9, 6E and 34. RGB value is (169,110,52). Sum of RGB (Red+Green+Blue) = 169+110+52=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96E34 is #5691CB. Grayscale: #797979. Windows color (decimal): -5673420 or 3436201. OLE color: 3436201.
HSL color Cylindrical-coordinate representation of color #A96E34: hue angle of 29.74º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A96E34 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 52 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.34 |
| HSL | 29.74º | 0.53% | 0.43% | - |
| HSV(B) | 29.74º | 0.69% | 0.66% | - |
| XYZ | 22.56 | 19.83 | 5.89 | - |
| YUV | 121.03 | 89.05 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 52 | 0 | 0.35 | 0.69 | 0.34 | 29.74 | 0.53 | 0.43 |
| Hex | A9 | 6E | 34 | 0 | 23 | 45 | 22 | 1E | 35 | 2B |
| Octal | 251 | 156 | 64 | 0 | 43 | 105 | 42 | 36 | 65 | 53 |
| Binary | 10101001 | 1101110 | 110100 | 0 | 100011 | 1000101 | 100010 | 11110 | 110101 | 101011 |
Color Harmonies of #A96E34
Complementary color
Monochromatic Colors of #A96E34
Black with #A96E34
Text Example
Text Example
White with #A96E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E34; }
p { color: rgb(169,110,52); }
H1.HeaderClassName
{
color: #A96E34;
}
.AnyTagClassName
{
color: #A96E34;
}
</style>
background-color css
<style>
a { background-color: #A96E34; }
a { background-color: rgb(169,110,52); }
div.DivClassName
{
background-color: #A96E34;
}
.BgClassName
{
background-color: #A96E34;
}
</style>
border-color css
<style>
span { border-color: #A96E34; }
span { border-color: rgb(169,110,52); }
td.TdClassName
{
border-color: #A96E34;
}
.TagClassName
{
border-color: #A96E34;
}
</style>