Shades of Reno Sand #AA6F36
Tints of Reno Sand #AA6F36
RGB
CMYK
RGB Variations
Color information
#AA6F36 (or 0xAA6F36) is known color: Reno Sand. HEX triplet: AA, 6F and 36. RGB value is (170,111,54). Sum of RGB (Red+Green+Blue) = 170+111+54=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F36 is #5590C9. Grayscale: #7A7A7A. Windows color (decimal): -5607626 or 3567530. OLE color: 3567530.
HSL color Cylindrical-coordinate representation of color #AA6F36: hue angle of 29.48º 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 #AA6F36 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 54 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.33 |
| HSL | 29.48º | 0.52% | 0.44% | - |
| HSV(B) | 29.48º | 0.68% | 0.67% | - |
| XYZ | 22.93 | 20.18 | 6.18 | - |
| YUV | 122.14 | 89.55 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 54 | 0 | 0.35 | 0.68 | 0.33 | 29.48 | 0.52 | 0.44 |
| Hex | AA | 6F | 36 | 0 | 23 | 44 | 21 | 1D | 34 | 2C |
| Octal | 252 | 157 | 66 | 0 | 43 | 104 | 41 | 35 | 64 | 54 |
| Binary | 10101010 | 1101111 | 110110 | 0 | 100011 | 1000100 | 100001 | 11101 | 110100 | 101100 |
Color Harmonies of #AA6F36
Complementary color
Monochromatic Colors of #AA6F36
Black with #AA6F36
Text Example
Text Example
White with #AA6F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F36; }
p { color: rgb(170,111,54); }
H1.HeaderClassName
{
color: #AA6F36;
}
.AnyTagClassName
{
color: #AA6F36;
}
</style>
background-color css
<style>
a { background-color: #AA6F36; }
a { background-color: rgb(170,111,54); }
div.DivClassName
{
background-color: #AA6F36;
}
.BgClassName
{
background-color: #AA6F36;
}
</style>
border-color css
<style>
span { border-color: #AA6F36; }
span { border-color: rgb(170,111,54); }
td.TdClassName
{
border-color: #AA6F36;
}
.TagClassName
{
border-color: #AA6F36;
}
</style>