Shades of Reno Sand #AA7237
Tints of Reno Sand #AA7237
RGB
CMYK
RGB Variations
Color information
#AA7237 (or 0xAA7237) is known color: Reno Sand. HEX triplet: AA, 72 and 37. RGB value is (170,114,55). Sum of RGB (Red+Green+Blue) = 170+114+55=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7237 is #558DC8. Grayscale: #7C7C7C. Windows color (decimal): -5606857 or 3633834. OLE color: 3633834.
HSL color Cylindrical-coordinate representation of color #AA7237: hue angle of 30.78º 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 #AA7237 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 55 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.33 |
| HSL | 30.78º | 0.51% | 0.44% | - |
| HSV(B) | 30.78º | 0.68% | 0.67% | - |
| XYZ | 23.28 | 20.86 | 6.41 | - |
| YUV | 124.02 | 89.05 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 55 | 0 | 0.33 | 0.68 | 0.33 | 30.78 | 0.51 | 0.44 |
| Hex | AA | 72 | 37 | 0 | 21 | 44 | 21 | 1F | 33 | 2C |
| Octal | 252 | 162 | 67 | 0 | 41 | 104 | 41 | 37 | 63 | 54 |
| Binary | 10101010 | 1110010 | 110111 | 0 | 100001 | 1000100 | 100001 | 11111 | 110011 | 101100 |
Color Harmonies of #AA7237
Complementary color
Monochromatic Colors of #AA7237
Black with #AA7237
Text Example
Text Example
White with #AA7237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7237; }
p { color: rgb(170,114,55); }
H1.HeaderClassName
{
color: #AA7237;
}
.AnyTagClassName
{
color: #AA7237;
}
</style>
background-color css
<style>
a { background-color: #AA7237; }
a { background-color: rgb(170,114,55); }
div.DivClassName
{
background-color: #AA7237;
}
.BgClassName
{
background-color: #AA7237;
}
</style>
border-color css
<style>
span { border-color: #AA7237; }
span { border-color: rgb(170,114,55); }
td.TdClassName
{
border-color: #AA7237;
}
.TagClassName
{
border-color: #AA7237;
}
</style>