Shades of Reno Sand #AD692C
Tints of Reno Sand #AD692C
RGB
CMYK
RGB Variations
Color information
#AD692C (or 0xAD692C) is known color: Reno Sand. HEX triplet: AD, 69 and 2C. RGB value is (173,105,44). Sum of RGB (Red+Green+Blue) = 173+105+44=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD692C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD692C is #5296D3. Grayscale: #767676. Windows color (decimal): -5412564 or 2910637. OLE color: 2910637.
HSL color Cylindrical-coordinate representation of color #AD692C: hue angle of 28.37º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD692C is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 44 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.32 |
| HSL | 28.37º | 0.59% | 0.43% | - |
| HSV(B) | 28.37º | 0.75% | 0.68% | - |
| XYZ | 22.74 | 19.17 | 4.88 | - |
| YUV | 118.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 44 | 0 | 0.39 | 0.75 | 0.32 | 28.37 | 0.59 | 0.43 |
| Hex | AD | 69 | 2C | 0 | 27 | 4B | 20 | 1C | 3B | 2B |
| Octal | 255 | 151 | 54 | 0 | 47 | 113 | 40 | 34 | 73 | 53 |
| Binary | 10101101 | 1101001 | 101100 | 0 | 100111 | 1001011 | 100000 | 11100 | 111011 | 101011 |
Color Harmonies of #AD692C
Complementary color
Monochromatic Colors of #AD692C
Black with #AD692C
Text Example
Text Example
White with #AD692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD692C; }
p { color: rgb(173,105,44); }
H1.HeaderClassName
{
color: #AD692C;
}
.AnyTagClassName
{
color: #AD692C;
}
</style>
background-color css
<style>
a { background-color: #AD692C; }
a { background-color: rgb(173,105,44); }
div.DivClassName
{
background-color: #AD692C;
}
.BgClassName
{
background-color: #AD692C;
}
</style>
border-color css
<style>
span { border-color: #AD692C; }
span { border-color: rgb(173,105,44); }
td.TdClassName
{
border-color: #AD692C;
}
.TagClassName
{
border-color: #AD692C;
}
</style>