Shades of Reno Sand #AD6A25
Tints of Reno Sand #AD6A25
RGB
CMYK
RGB Variations
Color information
#AD6A25 (or 0xAD6A25) is known color: Reno Sand. HEX triplet: AD, 6A and 25. RGB value is (173,106,37). Sum of RGB (Red+Green+Blue) = 173+106+37=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A25 is #5295DA. Grayscale: #767676. Windows color (decimal): -5412315 or 2452141. OLE color: 2452141.
HSL color Cylindrical-coordinate representation of color #AD6A25: hue angle of 30.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD6A25 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 37 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.32 |
| HSL | 30.44º | 0.65% | 0.41% | - |
| HSV(B) | 30.44º | 0.79% | 0.68% | - |
| XYZ | 22.72 | 19.33 | 4.28 | - |
| YUV | 118.17 | 82.2 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 37 | 0 | 0.39 | 0.79 | 0.32 | 30.44 | 0.65 | 0.41 |
| Hex | AD | 6A | 25 | 0 | 27 | 4F | 20 | 1E | 41 | 29 |
| Octal | 255 | 152 | 45 | 0 | 47 | 117 | 40 | 36 | 101 | 51 |
| Binary | 10101101 | 1101010 | 100101 | 0 | 100111 | 1001111 | 100000 | 11110 | 1000001 | 101001 |
Color Harmonies of #AD6A25
Complementary color
Monochromatic Colors of #AD6A25
Black with #AD6A25
Text Example
Text Example
White with #AD6A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A25; }
p { color: rgb(173,106,37); }
H1.HeaderClassName
{
color: #AD6A25;
}
.AnyTagClassName
{
color: #AD6A25;
}
</style>
background-color css
<style>
a { background-color: #AD6A25; }
a { background-color: rgb(173,106,37); }
div.DivClassName
{
background-color: #AD6A25;
}
.BgClassName
{
background-color: #AD6A25;
}
</style>
border-color css
<style>
span { border-color: #AD6A25; }
span { border-color: rgb(173,106,37); }
td.TdClassName
{
border-color: #AD6A25;
}
.TagClassName
{
border-color: #AD6A25;
}
</style>