Shades of Reno Sand #AA7437
Tints of Reno Sand #AA7437
RGB
CMYK
RGB Variations
Color information
#AA7437 (or 0xAA7437) is known color: Reno Sand. HEX triplet: AA, 74 and 37. RGB value is (170,116,55). Sum of RGB (Red+Green+Blue) = 170+116+55=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7437 is #558BC8. Grayscale: #7D7D7D. Windows color (decimal): -5606345 or 3634346. OLE color: 3634346.
HSL color Cylindrical-coordinate representation of color #AA7437: hue angle of 31.83º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA7437 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 55 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.33 |
| HSL | 31.83º | 0.51% | 0.44% | - |
| HSV(B) | 31.83º | 0.68% | 0.67% | - |
| XYZ | 23.51 | 21.31 | 6.49 | - |
| YUV | 125.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 55 | 0 | 0.32 | 0.68 | 0.33 | 31.83 | 0.51 | 0.44 |
| Hex | AA | 74 | 37 | 0 | 20 | 44 | 21 | 20 | 33 | 2C |
| Octal | 252 | 164 | 67 | 0 | 40 | 104 | 41 | 40 | 63 | 54 |
| Binary | 10101010 | 1110100 | 110111 | 0 | 100000 | 1000100 | 100001 | 100000 | 110011 | 101100 |
Color Harmonies of #AA7437
Complementary color
Monochromatic Colors of #AA7437
Black with #AA7437
Text Example
Text Example
White with #AA7437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7437; }
p { color: rgb(170,116,55); }
H1.HeaderClassName
{
color: #AA7437;
}
.AnyTagClassName
{
color: #AA7437;
}
</style>
background-color css
<style>
a { background-color: #AA7437; }
a { background-color: rgb(170,116,55); }
div.DivClassName
{
background-color: #AA7437;
}
.BgClassName
{
background-color: #AA7437;
}
</style>
border-color css
<style>
span { border-color: #AA7437; }
span { border-color: rgb(170,116,55); }
td.TdClassName
{
border-color: #AA7437;
}
.TagClassName
{
border-color: #AA7437;
}
</style>