Shades of Reno Sand #AD6C2A
Tints of Reno Sand #AD6C2A
RGB
CMYK
RGB Variations
Color information
#AD6C2A (or 0xAD6C2A) is known color: Reno Sand. HEX triplet: AD, 6C and 2A. RGB value is (173,108,42). Sum of RGB (Red+Green+Blue) = 173+108+42=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6C2A is #5293D5. Grayscale: #787878. Windows color (decimal): -5411798 or 2780333. OLE color: 2780333.
HSL color Cylindrical-coordinate representation of color #AD6C2A: hue angle of 30.23º 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 #AD6C2A is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 108 | 42 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.32 |
| HSL | 30.23º | 0.61% | 0.42% | - |
| HSV(B) | 30.23º | 0.76% | 0.68% | - |
| XYZ | 23.01 | 19.78 | 4.79 | - |
| YUV | 119.91 | 84.03 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 42 | 0 | 0.38 | 0.76 | 0.32 | 30.23 | 0.61 | 0.42 |
| Hex | AD | 6C | 2A | 0 | 26 | 4C | 20 | 1E | 3D | 2A |
| Octal | 255 | 154 | 52 | 0 | 46 | 114 | 40 | 36 | 75 | 52 |
| Binary | 10101101 | 1101100 | 101010 | 0 | 100110 | 1001100 | 100000 | 11110 | 111101 | 101010 |
Color Harmonies of #AD6C2A
Complementary color
Monochromatic Colors of #AD6C2A
Black with #AD6C2A
Text Example
Text Example
White with #AD6C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6C2A; }
p { color: rgb(173,108,42); }
H1.HeaderClassName
{
color: #AD6C2A;
}
.AnyTagClassName
{
color: #AD6C2A;
}
</style>
background-color css
<style>
a { background-color: #AD6C2A; }
a { background-color: rgb(173,108,42); }
div.DivClassName
{
background-color: #AD6C2A;
}
.BgClassName
{
background-color: #AD6C2A;
}
</style>
border-color css
<style>
span { border-color: #AD6C2A; }
span { border-color: rgb(173,108,42); }
td.TdClassName
{
border-color: #AD6C2A;
}
.TagClassName
{
border-color: #AD6C2A;
}
</style>