Shades of Reno Sand #A86E34
Tints of Reno Sand #A86E34
RGB
CMYK
RGB Variations
Color information
#A86E34 (or 0xA86E34) is known color: Reno Sand. HEX triplet: A8, 6E and 34. RGB value is (168,110,52). Sum of RGB (Red+Green+Blue) = 168+110+52=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86E34 is #5791CB. Grayscale: #797979. Windows color (decimal): -5738956 or 3436200. OLE color: 3436200.
HSL color Cylindrical-coordinate representation of color #A86E34: hue angle of 30º 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 #A86E34 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 110 | 52 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.34 |
| HSL | 30º | 0.53% | 0.43% | - |
| HSV(B) | 30º | 0.69% | 0.66% | - |
| XYZ | 22.34 | 19.72 | 5.88 | - |
| YUV | 120.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 52 | 0 | 0.35 | 0.69 | 0.34 | 30 | 0.53 | 0.43 |
| Hex | A8 | 6E | 34 | 0 | 23 | 45 | 22 | 1E | 35 | 2B |
| Octal | 250 | 156 | 64 | 0 | 43 | 105 | 42 | 36 | 65 | 53 |
| Binary | 10101000 | 1101110 | 110100 | 0 | 100011 | 1000101 | 100010 | 11110 | 110101 | 101011 |
Color Harmonies of #A86E34
Complementary color
Monochromatic Colors of #A86E34
Black with #A86E34
Text Example
Text Example
White with #A86E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86E34; }
p { color: rgb(168,110,52); }
H1.HeaderClassName
{
color: #A86E34;
}
.AnyTagClassName
{
color: #A86E34;
}
</style>
background-color css
<style>
a { background-color: #A86E34; }
a { background-color: rgb(168,110,52); }
div.DivClassName
{
background-color: #A86E34;
}
.BgClassName
{
background-color: #A86E34;
}
</style>
border-color css
<style>
span { border-color: #A86E34; }
span { border-color: rgb(168,110,52); }
td.TdClassName
{
border-color: #A86E34;
}
.TagClassName
{
border-color: #A86E34;
}
</style>