Shades of Reno Sand #AA6D2F
Tints of Reno Sand #AA6D2F
RGB
CMYK
RGB Variations
Color information
#AA6D2F (or 0xAA6D2F) is known color: Reno Sand. HEX triplet: AA, 6D and 2F. RGB value is (170,109,47). Sum of RGB (Red+Green+Blue) = 170+109+47=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D2F is #5592D0. Grayscale: #787878. Windows color (decimal): -5608145 or 3108266. OLE color: 3108266.
HSL color Cylindrical-coordinate representation of color #AA6D2F: hue angle of 30.24º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA6D2F is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 47 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.33 |
| HSL | 30.24º | 0.57% | 0.43% | - |
| HSV(B) | 30.24º | 0.72% | 0.67% | - |
| XYZ | 22.56 | 19.69 | 5.3 | - |
| YUV | 120.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 47 | 0 | 0.36 | 0.72 | 0.33 | 30.24 | 0.57 | 0.43 |
| Hex | AA | 6D | 2F | 0 | 24 | 48 | 21 | 1E | 39 | 2B |
| Octal | 252 | 155 | 57 | 0 | 44 | 110 | 41 | 36 | 71 | 53 |
| Binary | 10101010 | 1101101 | 101111 | 0 | 100100 | 1001000 | 100001 | 11110 | 111001 | 101011 |
Color Harmonies of #AA6D2F
Complementary color
Monochromatic Colors of #AA6D2F
Black with #AA6D2F
Text Example
Text Example
White with #AA6D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D2F; }
p { color: rgb(170,109,47); }
H1.HeaderClassName
{
color: #AA6D2F;
}
.AnyTagClassName
{
color: #AA6D2F;
}
</style>
background-color css
<style>
a { background-color: #AA6D2F; }
a { background-color: rgb(170,109,47); }
div.DivClassName
{
background-color: #AA6D2F;
}
.BgClassName
{
background-color: #AA6D2F;
}
</style>
border-color css
<style>
span { border-color: #AA6D2F; }
span { border-color: rgb(170,109,47); }
td.TdClassName
{
border-color: #AA6D2F;
}
.TagClassName
{
border-color: #AA6D2F;
}
</style>