Shades of Reno Sand #AA7136
Tints of Reno Sand #AA7136
RGB
CMYK
RGB Variations
Color information
#AA7136 (or 0xAA7136) is known color: Reno Sand. HEX triplet: AA, 71 and 36. RGB value is (170,113,54). Sum of RGB (Red+Green+Blue) = 170+113+54=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7136 is #558EC9. Grayscale: #7B7B7B. Windows color (decimal): -5607114 or 3568042. OLE color: 3568042.
HSL color Cylindrical-coordinate representation of color #AA7136: hue angle of 30.52º degrees, saturation: 0.52, 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 #AA7136 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 54 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.33 |
| HSL | 30.52º | 0.52% | 0.44% | - |
| HSV(B) | 30.52º | 0.68% | 0.67% | - |
| XYZ | 23.15 | 20.62 | 6.25 | - |
| YUV | 123.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 54 | 0 | 0.34 | 0.68 | 0.33 | 30.52 | 0.52 | 0.44 |
| Hex | AA | 71 | 36 | 0 | 22 | 44 | 21 | 1F | 34 | 2C |
| Octal | 252 | 161 | 66 | 0 | 42 | 104 | 41 | 37 | 64 | 54 |
| Binary | 10101010 | 1110001 | 110110 | 0 | 100010 | 1000100 | 100001 | 11111 | 110100 | 101100 |
Color Harmonies of #AA7136
Complementary color
Monochromatic Colors of #AA7136
Black with #AA7136
Text Example
Text Example
White with #AA7136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7136; }
p { color: rgb(170,113,54); }
H1.HeaderClassName
{
color: #AA7136;
}
.AnyTagClassName
{
color: #AA7136;
}
</style>
background-color css
<style>
a { background-color: #AA7136; }
a { background-color: rgb(170,113,54); }
div.DivClassName
{
background-color: #AA7136;
}
.BgClassName
{
background-color: #AA7136;
}
</style>
border-color css
<style>
span { border-color: #AA7136; }
span { border-color: rgb(170,113,54); }
td.TdClassName
{
border-color: #AA7136;
}
.TagClassName
{
border-color: #AA7136;
}
</style>