Shades of Reno Sand #AA6C2E
Tints of Reno Sand #AA6C2E
RGB
CMYK
RGB Variations
Color information
#AA6C2E (or 0xAA6C2E) is known color: Reno Sand. HEX triplet: AA, 6C and 2E. RGB value is (170,108,46). Sum of RGB (Red+Green+Blue) = 170+108+46=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C2E is #5593D1. Grayscale: #777777. Windows color (decimal): -5608402 or 3042474. OLE color: 3042474.
HSL color Cylindrical-coordinate representation of color #AA6C2E: hue angle of 30º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA6C2E is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 46 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.33 |
| HSL | 30º | 0.57% | 0.42% | - |
| HSV(B) | 30º | 0.73% | 0.67% | - |
| XYZ | 22.43 | 19.47 | 5.16 | - |
| YUV | 119.47 | 86.54 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 46 | 0 | 0.36 | 0.73 | 0.33 | 30 | 0.57 | 0.42 |
| Hex | AA | 6C | 2E | 0 | 24 | 49 | 21 | 1E | 39 | 2A |
| Octal | 252 | 154 | 56 | 0 | 44 | 111 | 41 | 36 | 71 | 52 |
| Binary | 10101010 | 1101100 | 101110 | 0 | 100100 | 1001001 | 100001 | 11110 | 111001 | 101010 |
Color Harmonies of #AA6C2E
Complementary color
Monochromatic Colors of #AA6C2E
Black with #AA6C2E
Text Example
Text Example
White with #AA6C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C2E; }
p { color: rgb(170,108,46); }
H1.HeaderClassName
{
color: #AA6C2E;
}
.AnyTagClassName
{
color: #AA6C2E;
}
</style>
background-color css
<style>
a { background-color: #AA6C2E; }
a { background-color: rgb(170,108,46); }
div.DivClassName
{
background-color: #AA6C2E;
}
.BgClassName
{
background-color: #AA6C2E;
}
</style>
border-color css
<style>
span { border-color: #AA6C2E; }
span { border-color: rgb(170,108,46); }
td.TdClassName
{
border-color: #AA6C2E;
}
.TagClassName
{
border-color: #AA6C2E;
}
</style>