Shades of Reno Sand #AA6F37
Tints of Reno Sand #AA6F37
RGB
CMYK
RGB Variations
Color information
#AA6F37 (or 0xAA6F37) is known color: Reno Sand. HEX triplet: AA, 6F and 37. RGB value is (170,111,55). Sum of RGB (Red+Green+Blue) = 170+111+55=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F37 is #5590C8. Grayscale: #7A7A7A. Windows color (decimal): -5607625 or 3633066. OLE color: 3633066.
HSL color Cylindrical-coordinate representation of color #AA6F37: hue angle of 29.22º 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 #AA6F37 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 55 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.33 |
| HSL | 29.22º | 0.51% | 0.44% | - |
| HSV(B) | 29.22º | 0.68% | 0.67% | - |
| XYZ | 22.95 | 20.19 | 6.3 | - |
| YUV | 122.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 55 | 0 | 0.35 | 0.68 | 0.33 | 29.22 | 0.51 | 0.44 |
| Hex | AA | 6F | 37 | 0 | 23 | 44 | 21 | 1D | 33 | 2C |
| Octal | 252 | 157 | 67 | 0 | 43 | 104 | 41 | 35 | 63 | 54 |
| Binary | 10101010 | 1101111 | 110111 | 0 | 100011 | 1000100 | 100001 | 11101 | 110011 | 101100 |
Color Harmonies of #AA6F37
Complementary color
Monochromatic Colors of #AA6F37
Black with #AA6F37
Text Example
Text Example
White with #AA6F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F37; }
p { color: rgb(170,111,55); }
H1.HeaderClassName
{
color: #AA6F37;
}
.AnyTagClassName
{
color: #AA6F37;
}
</style>
background-color css
<style>
a { background-color: #AA6F37; }
a { background-color: rgb(170,111,55); }
div.DivClassName
{
background-color: #AA6F37;
}
.BgClassName
{
background-color: #AA6F37;
}
</style>
border-color css
<style>
span { border-color: #AA6F37; }
span { border-color: rgb(170,111,55); }
td.TdClassName
{
border-color: #AA6F37;
}
.TagClassName
{
border-color: #AA6F37;
}
</style>