Shades of Reno Sand #AD692A
Tints of Reno Sand #AD692A
RGB
CMYK
RGB Variations
Color information
#AD692A (or 0xAD692A) is known color: Reno Sand. HEX triplet: AD, 69 and 2A. RGB value is (173,105,42). Sum of RGB (Red+Green+Blue) = 173+105+42=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD692A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD692A is #5296D5. Grayscale: #767676. Windows color (decimal): -5412566 or 2779565. OLE color: 2779565.
HSL color Cylindrical-coordinate representation of color #AD692A: hue angle of 28.85º 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 #AD692A is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 42 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.32 |
| HSL | 28.85º | 0.61% | 0.42% | - |
| HSV(B) | 28.85º | 0.76% | 0.68% | - |
| XYZ | 22.7 | 19.15 | 4.69 | - |
| YUV | 118.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 42 | 0 | 0.39 | 0.76 | 0.32 | 28.85 | 0.61 | 0.42 |
| Hex | AD | 69 | 2A | 0 | 27 | 4C | 20 | 1D | 3D | 2A |
| Octal | 255 | 151 | 52 | 0 | 47 | 114 | 40 | 35 | 75 | 52 |
| Binary | 10101101 | 1101001 | 101010 | 0 | 100111 | 1001100 | 100000 | 11101 | 111101 | 101010 |
Color Harmonies of #AD692A
Complementary color
Monochromatic Colors of #AD692A
Black with #AD692A
Text Example
Text Example
White with #AD692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD692A; }
p { color: rgb(173,105,42); }
H1.HeaderClassName
{
color: #AD692A;
}
.AnyTagClassName
{
color: #AD692A;
}
</style>
background-color css
<style>
a { background-color: #AD692A; }
a { background-color: rgb(173,105,42); }
div.DivClassName
{
background-color: #AD692A;
}
.BgClassName
{
background-color: #AD692A;
}
</style>
border-color css
<style>
span { border-color: #AD692A; }
span { border-color: rgb(173,105,42); }
td.TdClassName
{
border-color: #AD692A;
}
.TagClassName
{
border-color: #AD692A;
}
</style>