Shades of Reno Sand #AA7137
Tints of Reno Sand #AA7137
RGB
CMYK
RGB Variations
Color information
#AA7137 (or 0xAA7137) is known color: Reno Sand. HEX triplet: AA, 71 and 37. RGB value is (170,113,55). Sum of RGB (Red+Green+Blue) = 170+113+55=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7137 is #558EC8. Grayscale: #7B7B7B. Windows color (decimal): -5607113 or 3633578. OLE color: 3633578.
HSL color Cylindrical-coordinate representation of color #AA7137: hue angle of 30.26º 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 #AA7137 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 55 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.33 |
| HSL | 30.26º | 0.51% | 0.44% | - |
| HSV(B) | 30.26º | 0.68% | 0.67% | - |
| XYZ | 23.17 | 20.63 | 6.38 | - |
| YUV | 123.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 55 | 0 | 0.34 | 0.68 | 0.33 | 30.26 | 0.51 | 0.44 |
| Hex | AA | 71 | 37 | 0 | 22 | 44 | 21 | 1E | 33 | 2C |
| Octal | 252 | 161 | 67 | 0 | 42 | 104 | 41 | 36 | 63 | 54 |
| Binary | 10101010 | 1110001 | 110111 | 0 | 100010 | 1000100 | 100001 | 11110 | 110011 | 101100 |
Color Harmonies of #AA7137
Complementary color
Monochromatic Colors of #AA7137
Black with #AA7137
Text Example
Text Example
White with #AA7137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7137; }
p { color: rgb(170,113,55); }
H1.HeaderClassName
{
color: #AA7137;
}
.AnyTagClassName
{
color: #AA7137;
}
</style>
background-color css
<style>
a { background-color: #AA7137; }
a { background-color: rgb(170,113,55); }
div.DivClassName
{
background-color: #AA7137;
}
.BgClassName
{
background-color: #AA7137;
}
</style>
border-color css
<style>
span { border-color: #AA7137; }
span { border-color: rgb(170,113,55); }
td.TdClassName
{
border-color: #AA7137;
}
.TagClassName
{
border-color: #AA7137;
}
</style>