Shades of Reno Sand #AA6E36
Tints of Reno Sand #AA6E36
RGB
CMYK
RGB Variations
Color information
#AA6E36 (or 0xAA6E36) is known color: Reno Sand. HEX triplet: AA, 6E and 36. RGB value is (170,110,54). Sum of RGB (Red+Green+Blue) = 170+110+54=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E36 is #5591C9. Grayscale: #797979. Windows color (decimal): -5607882 or 3567274. OLE color: 3567274.
HSL color Cylindrical-coordinate representation of color #AA6E36: hue angle of 28.97º degrees, saturation: 0.52, 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 #AA6E36 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 54 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.33 |
| HSL | 28.97º | 0.52% | 0.44% | - |
| HSV(B) | 28.97º | 0.68% | 0.67% | - |
| XYZ | 22.82 | 19.96 | 6.14 | - |
| YUV | 121.56 | 89.88 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 54 | 0 | 0.35 | 0.68 | 0.33 | 28.97 | 0.52 | 0.44 |
| Hex | AA | 6E | 36 | 0 | 23 | 44 | 21 | 1D | 34 | 2C |
| Octal | 252 | 156 | 66 | 0 | 43 | 104 | 41 | 35 | 64 | 54 |
| Binary | 10101010 | 1101110 | 110110 | 0 | 100011 | 1000100 | 100001 | 11101 | 110100 | 101100 |
Color Harmonies of #AA6E36
Complementary color
Monochromatic Colors of #AA6E36
Black with #AA6E36
Text Example
Text Example
White with #AA6E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E36; }
p { color: rgb(170,110,54); }
H1.HeaderClassName
{
color: #AA6E36;
}
.AnyTagClassName
{
color: #AA6E36;
}
</style>
background-color css
<style>
a { background-color: #AA6E36; }
a { background-color: rgb(170,110,54); }
div.DivClassName
{
background-color: #AA6E36;
}
.BgClassName
{
background-color: #AA6E36;
}
</style>
border-color css
<style>
span { border-color: #AA6E36; }
span { border-color: rgb(170,110,54); }
td.TdClassName
{
border-color: #AA6E36;
}
.TagClassName
{
border-color: #AA6E36;
}
</style>