Shades of Reno Sand #AD6F32
Tints of Reno Sand #AD6F32
RGB
CMYK
RGB Variations
Color information
#AD6F32 (or 0xAD6F32) is known color: Reno Sand. HEX triplet: AD, 6F and 32. RGB value is (173,111,50). Sum of RGB (Red+Green+Blue) = 173+111+50=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F32 is #5290CD. Grayscale: #7A7A7A. Windows color (decimal): -5411022 or 3305389. OLE color: 3305389.
HSL color Cylindrical-coordinate representation of color #AD6F32: hue angle of 29.76º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD6F32 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 50 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.32 |
| HSL | 29.76º | 0.55% | 0.44% | - |
| HSV(B) | 29.76º | 0.71% | 0.68% | - |
| XYZ | 23.49 | 20.48 | 5.73 | - |
| YUV | 122.58 | 87.04 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 50 | 0 | 0.36 | 0.71 | 0.32 | 29.76 | 0.55 | 0.44 |
| Hex | AD | 6F | 32 | 0 | 24 | 47 | 20 | 1E | 37 | 2C |
| Octal | 255 | 157 | 62 | 0 | 44 | 107 | 40 | 36 | 67 | 54 |
| Binary | 10101101 | 1101111 | 110010 | 0 | 100100 | 1000111 | 100000 | 11110 | 110111 | 101100 |
Color Harmonies of #AD6F32
Complementary color
Monochromatic Colors of #AD6F32
Black with #AD6F32
Text Example
Text Example
White with #AD6F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F32; }
p { color: rgb(173,111,50); }
H1.HeaderClassName
{
color: #AD6F32;
}
.AnyTagClassName
{
color: #AD6F32;
}
</style>
background-color css
<style>
a { background-color: #AD6F32; }
a { background-color: rgb(173,111,50); }
div.DivClassName
{
background-color: #AD6F32;
}
.BgClassName
{
background-color: #AD6F32;
}
</style>
border-color css
<style>
span { border-color: #AD6F32; }
span { border-color: rgb(173,111,50); }
td.TdClassName
{
border-color: #AD6F32;
}
.TagClassName
{
border-color: #AD6F32;
}
</style>