Shades of Reno Sand #AA7139
Tints of Reno Sand #AA7139
RGB
CMYK
RGB Variations
Color information
#AA7139 (or 0xAA7139) is known color: Reno Sand. HEX triplet: AA, 71 and 39. RGB value is (170,113,57). Sum of RGB (Red+Green+Blue) = 170+113+57=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7139 is #558EC6. Grayscale: #7B7B7B. Windows color (decimal): -5607111 or 3764650. OLE color: 3764650.
HSL color Cylindrical-coordinate representation of color #AA7139: hue angle of 29.73º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA7139 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 57 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.33 |
| HSL | 29.73º | 0.5% | 0.45% | - |
| HSV(B) | 29.73º | 0.66% | 0.67% | - |
| XYZ | 23.22 | 20.65 | 6.63 | - |
| YUV | 123.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 57 | 0 | 0.34 | 0.66 | 0.33 | 29.73 | 0.5 | 0.45 |
| Hex | AA | 71 | 39 | 0 | 22 | 42 | 21 | 1E | 32 | 2D |
| Octal | 252 | 161 | 71 | 0 | 42 | 102 | 41 | 36 | 62 | 55 |
| Binary | 10101010 | 1110001 | 111001 | 0 | 100010 | 1000010 | 100001 | 11110 | 110010 | 101101 |
Color Harmonies of #AA7139
Complementary color
Monochromatic Colors of #AA7139
Black with #AA7139
Text Example
Text Example
White with #AA7139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7139; }
p { color: rgb(170,113,57); }
H1.HeaderClassName
{
color: #AA7139;
}
.AnyTagClassName
{
color: #AA7139;
}
</style>
background-color css
<style>
a { background-color: #AA7139; }
a { background-color: rgb(170,113,57); }
div.DivClassName
{
background-color: #AA7139;
}
.BgClassName
{
background-color: #AA7139;
}
</style>
border-color css
<style>
span { border-color: #AA7139; }
span { border-color: rgb(170,113,57); }
td.TdClassName
{
border-color: #AA7139;
}
.TagClassName
{
border-color: #AA7139;
}
</style>