Shades of Reno Sand #AD7233
Tints of Reno Sand #AD7233
RGB
CMYK
RGB Variations
Color information
#AD7233 (or 0xAD7233) is known color: Reno Sand. HEX triplet: AD, 72 and 33. RGB value is (173,114,51). Sum of RGB (Red+Green+Blue) = 173+114+51=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7233 is #528DCC. Grayscale: #7C7C7C. Windows color (decimal): -5410253 or 3371693. OLE color: 3371693.
HSL color Cylindrical-coordinate representation of color #AD7233: hue angle of 30.98º degrees, saturation: 0.54, 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 #AD7233 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 51 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.32 |
| HSL | 30.98º | 0.54% | 0.44% | - |
| HSV(B) | 30.98º | 0.71% | 0.68% | - |
| XYZ | 23.85 | 21.16 | 5.96 | - |
| YUV | 124.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 51 | 0 | 0.34 | 0.71 | 0.32 | 30.98 | 0.54 | 0.44 |
| Hex | AD | 72 | 33 | 0 | 22 | 47 | 20 | 1F | 36 | 2C |
| Octal | 255 | 162 | 63 | 0 | 42 | 107 | 40 | 37 | 66 | 54 |
| Binary | 10101101 | 1110010 | 110011 | 0 | 100010 | 1000111 | 100000 | 11111 | 110110 | 101100 |
Color Harmonies of #AD7233
Complementary color
Monochromatic Colors of #AD7233
Black with #AD7233
Text Example
Text Example
White with #AD7233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7233; }
p { color: rgb(173,114,51); }
H1.HeaderClassName
{
color: #AD7233;
}
.AnyTagClassName
{
color: #AD7233;
}
</style>
background-color css
<style>
a { background-color: #AD7233; }
a { background-color: rgb(173,114,51); }
div.DivClassName
{
background-color: #AD7233;
}
.BgClassName
{
background-color: #AD7233;
}
</style>
border-color css
<style>
span { border-color: #AD7233; }
span { border-color: rgb(173,114,51); }
td.TdClassName
{
border-color: #AD7233;
}
.TagClassName
{
border-color: #AD7233;
}
</style>