Shades of Reno Sand #AA6C2F
Tints of Reno Sand #AA6C2F
RGB
CMYK
RGB Variations
Color information
#AA6C2F (or 0xAA6C2F) is known color: Reno Sand. HEX triplet: AA, 6C and 2F. RGB value is (170,108,47). Sum of RGB (Red+Green+Blue) = 170+108+47=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C2F is #5593D0. Grayscale: #777777. Windows color (decimal): -5608401 or 3108010. OLE color: 3108010.
HSL color Cylindrical-coordinate representation of color #AA6C2F: hue angle of 29.76º 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 #AA6C2F is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 47 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.33 |
| HSL | 29.76º | 0.57% | 0.43% | - |
| HSV(B) | 29.76º | 0.72% | 0.67% | - |
| XYZ | 22.45 | 19.48 | 5.27 | - |
| YUV | 119.58 | 87.04 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 47 | 0 | 0.36 | 0.72 | 0.33 | 29.76 | 0.57 | 0.43 |
| Hex | AA | 6C | 2F | 0 | 24 | 48 | 21 | 1E | 39 | 2B |
| Octal | 252 | 154 | 57 | 0 | 44 | 110 | 41 | 36 | 71 | 53 |
| Binary | 10101010 | 1101100 | 101111 | 0 | 100100 | 1001000 | 100001 | 11110 | 111001 | 101011 |
Color Harmonies of #AA6C2F
Complementary color
Monochromatic Colors of #AA6C2F
Black with #AA6C2F
Text Example
Text Example
White with #AA6C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C2F; }
p { color: rgb(170,108,47); }
H1.HeaderClassName
{
color: #AA6C2F;
}
.AnyTagClassName
{
color: #AA6C2F;
}
</style>
background-color css
<style>
a { background-color: #AA6C2F; }
a { background-color: rgb(170,108,47); }
div.DivClassName
{
background-color: #AA6C2F;
}
.BgClassName
{
background-color: #AA6C2F;
}
</style>
border-color css
<style>
span { border-color: #AA6C2F; }
span { border-color: rgb(170,108,47); }
td.TdClassName
{
border-color: #AA6C2F;
}
.TagClassName
{
border-color: #AA6C2F;
}
</style>