Shades of Reno Sand #AD6E2A
Tints of Reno Sand #AD6E2A
RGB
CMYK
RGB Variations
Color information
#AD6E2A (or 0xAD6E2A) is known color: Reno Sand. HEX triplet: AD, 6E and 2A. RGB value is (173,110,42). Sum of RGB (Red+Green+Blue) = 173+110+42=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E2A is #5291D5. Grayscale: #797979. Windows color (decimal): -5411286 or 2780845. OLE color: 2780845.
HSL color Cylindrical-coordinate representation of color #AD6E2A: hue angle of 31.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD6E2A is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 42 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.32 |
| HSL | 31.15º | 0.61% | 0.42% | - |
| HSV(B) | 31.15º | 0.76% | 0.68% | - |
| XYZ | 23.23 | 20.2 | 4.87 | - |
| YUV | 121.09 | 83.37 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 42 | 0 | 0.36 | 0.76 | 0.32 | 31.15 | 0.61 | 0.42 |
| Hex | AD | 6E | 2A | 0 | 24 | 4C | 20 | 1F | 3D | 2A |
| Octal | 255 | 156 | 52 | 0 | 44 | 114 | 40 | 37 | 75 | 52 |
| Binary | 10101101 | 1101110 | 101010 | 0 | 100100 | 1001100 | 100000 | 11111 | 111101 | 101010 |
Color Harmonies of #AD6E2A
Complementary color
Monochromatic Colors of #AD6E2A
Black with #AD6E2A
Text Example
Text Example
White with #AD6E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E2A; }
p { color: rgb(173,110,42); }
H1.HeaderClassName
{
color: #AD6E2A;
}
.AnyTagClassName
{
color: #AD6E2A;
}
</style>
background-color css
<style>
a { background-color: #AD6E2A; }
a { background-color: rgb(173,110,42); }
div.DivClassName
{
background-color: #AD6E2A;
}
.BgClassName
{
background-color: #AD6E2A;
}
</style>
border-color css
<style>
span { border-color: #AD6E2A; }
span { border-color: rgb(173,110,42); }
td.TdClassName
{
border-color: #AD6E2A;
}
.TagClassName
{
border-color: #AD6E2A;
}
</style>