Shades of Reno Sand #AD6A28
Tints of Reno Sand #AD6A28
RGB
CMYK
RGB Variations
Color information
#AD6A28 (or 0xAD6A28) is known color: Reno Sand. HEX triplet: AD, 6A and 28. RGB value is (173,106,40). Sum of RGB (Red+Green+Blue) = 173+106+40=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A28 is #5295D7. Grayscale: #767676. Windows color (decimal): -5412312 or 2648749. OLE color: 2648749.
HSL color Cylindrical-coordinate representation of color #AD6A28: hue angle of 29.77º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD6A28 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 40 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.32 |
| HSL | 29.77º | 0.62% | 0.42% | - |
| HSV(B) | 29.77º | 0.77% | 0.68% | - |
| XYZ | 22.77 | 19.35 | 4.54 | - |
| YUV | 118.51 | 83.7 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 40 | 0 | 0.39 | 0.77 | 0.32 | 29.77 | 0.62 | 0.42 |
| Hex | AD | 6A | 28 | 0 | 27 | 4D | 20 | 1E | 3E | 2A |
| Octal | 255 | 152 | 50 | 0 | 47 | 115 | 40 | 36 | 76 | 52 |
| Binary | 10101101 | 1101010 | 101000 | 0 | 100111 | 1001101 | 100000 | 11110 | 111110 | 101010 |
Color Harmonies of #AD6A28
Complementary color
Monochromatic Colors of #AD6A28
Black with #AD6A28
Text Example
Text Example
White with #AD6A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A28; }
p { color: rgb(173,106,40); }
H1.HeaderClassName
{
color: #AD6A28;
}
.AnyTagClassName
{
color: #AD6A28;
}
</style>
background-color css
<style>
a { background-color: #AD6A28; }
a { background-color: rgb(173,106,40); }
div.DivClassName
{
background-color: #AD6A28;
}
.BgClassName
{
background-color: #AD6A28;
}
</style>
border-color css
<style>
span { border-color: #AD6A28; }
span { border-color: rgb(173,106,40); }
td.TdClassName
{
border-color: #AD6A28;
}
.TagClassName
{
border-color: #AD6A28;
}
</style>