Shades of Reno Sand #AD743A
Tints of Reno Sand #AD743A
RGB
CMYK
RGB Variations
Color information
#AD743A (or 0xAD743A) is known color: Reno Sand. HEX triplet: AD, 74 and 3A. RGB value is (173,116,58). Sum of RGB (Red+Green+Blue) = 173+116+58=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD743A is #528BC5. Grayscale: #7E7E7E. Windows color (decimal): -5409734 or 3830957. OLE color: 3830957.
HSL color Cylindrical-coordinate representation of color #AD743A: hue angle of 30.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD743A is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 58 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.32 |
| HSL | 30.26º | 0.5% | 0.45% | - |
| HSV(B) | 30.26º | 0.66% | 0.68% | - |
| XYZ | 24.24 | 21.68 | 6.91 | - |
| YUV | 126.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 58 | 0 | 0.33 | 0.66 | 0.32 | 30.26 | 0.5 | 0.45 |
| Hex | AD | 74 | 3A | 0 | 21 | 42 | 20 | 1E | 32 | 2D |
| Octal | 255 | 164 | 72 | 0 | 41 | 102 | 40 | 36 | 62 | 55 |
| Binary | 10101101 | 1110100 | 111010 | 0 | 100001 | 1000010 | 100000 | 11110 | 110010 | 101101 |
Color Harmonies of #AD743A
Complementary color
Monochromatic Colors of #AD743A
Black with #AD743A
Text Example
Text Example
White with #AD743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD743A; }
p { color: rgb(173,116,58); }
H1.HeaderClassName
{
color: #AD743A;
}
.AnyTagClassName
{
color: #AD743A;
}
</style>
background-color css
<style>
a { background-color: #AD743A; }
a { background-color: rgb(173,116,58); }
div.DivClassName
{
background-color: #AD743A;
}
.BgClassName
{
background-color: #AD743A;
}
</style>
border-color css
<style>
span { border-color: #AD743A; }
span { border-color: rgb(173,116,58); }
td.TdClassName
{
border-color: #AD743A;
}
.TagClassName
{
border-color: #AD743A;
}
</style>