Shades of Reno Sand #AA7339
Tints of Reno Sand #AA7339
RGB
CMYK
RGB Variations
Color information
#AA7339 (or 0xAA7339) is known color: Reno Sand. HEX triplet: AA, 73 and 39. RGB value is (170,115,57). Sum of RGB (Red+Green+Blue) = 170+115+57=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7339 is #558CC6. Grayscale: #7D7D7D. Windows color (decimal): -5606599 or 3765162. OLE color: 3765162.
HSL color Cylindrical-coordinate representation of color #AA7339: hue angle of 30.8º 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 #AA7339 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 57 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.33 |
| HSL | 30.8º | 0.5% | 0.45% | - |
| HSV(B) | 30.8º | 0.66% | 0.67% | - |
| XYZ | 23.45 | 21.1 | 6.71 | - |
| YUV | 124.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 57 | 0 | 0.32 | 0.66 | 0.33 | 30.8 | 0.5 | 0.45 |
| Hex | AA | 73 | 39 | 0 | 20 | 42 | 21 | 1F | 32 | 2D |
| Octal | 252 | 163 | 71 | 0 | 40 | 102 | 41 | 37 | 62 | 55 |
| Binary | 10101010 | 1110011 | 111001 | 0 | 100000 | 1000010 | 100001 | 11111 | 110010 | 101101 |
Color Harmonies of #AA7339
Complementary color
Monochromatic Colors of #AA7339
Black with #AA7339
Text Example
Text Example
White with #AA7339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7339; }
p { color: rgb(170,115,57); }
H1.HeaderClassName
{
color: #AA7339;
}
.AnyTagClassName
{
color: #AA7339;
}
</style>
background-color css
<style>
a { background-color: #AA7339; }
a { background-color: rgb(170,115,57); }
div.DivClassName
{
background-color: #AA7339;
}
.BgClassName
{
background-color: #AA7339;
}
</style>
border-color css
<style>
span { border-color: #AA7339; }
span { border-color: rgb(170,115,57); }
td.TdClassName
{
border-color: #AA7339;
}
.TagClassName
{
border-color: #AA7339;
}
</style>