Shades of Reno Sand #AA6D2D
Tints of Reno Sand #AA6D2D
RGB
CMYK
RGB Variations
Color information
#AA6D2D (or 0xAA6D2D) is known color: Reno Sand. HEX triplet: AA, 6D and 2D. RGB value is (170,109,45). Sum of RGB (Red+Green+Blue) = 170+109+45=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D2D is #5592D2. Grayscale: #787878. Windows color (decimal): -5608147 or 2977194. OLE color: 2977194.
HSL color Cylindrical-coordinate representation of color #AA6D2D: hue angle of 30.72º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA6D2D is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 45 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.33 |
| HSL | 30.72º | 0.58% | 0.42% | - |
| HSV(B) | 30.72º | 0.74% | 0.67% | - |
| XYZ | 22.52 | 19.67 | 5.09 | - |
| YUV | 119.94 | 85.71 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 45 | 0 | 0.36 | 0.74 | 0.33 | 30.72 | 0.58 | 0.42 |
| Hex | AA | 6D | 2D | 0 | 24 | 4A | 21 | 1F | 3A | 2A |
| Octal | 252 | 155 | 55 | 0 | 44 | 112 | 41 | 37 | 72 | 52 |
| Binary | 10101010 | 1101101 | 101101 | 0 | 100100 | 1001010 | 100001 | 11111 | 111010 | 101010 |
Color Harmonies of #AA6D2D
Complementary color
Monochromatic Colors of #AA6D2D
Black with #AA6D2D
Text Example
Text Example
White with #AA6D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D2D; }
p { color: rgb(170,109,45); }
H1.HeaderClassName
{
color: #AA6D2D;
}
.AnyTagClassName
{
color: #AA6D2D;
}
</style>
background-color css
<style>
a { background-color: #AA6D2D; }
a { background-color: rgb(170,109,45); }
div.DivClassName
{
background-color: #AA6D2D;
}
.BgClassName
{
background-color: #AA6D2D;
}
</style>
border-color css
<style>
span { border-color: #AA6D2D; }
span { border-color: rgb(170,109,45); }
td.TdClassName
{
border-color: #AA6D2D;
}
.TagClassName
{
border-color: #AA6D2D;
}
</style>