Shades of Reno Sand #AA6E34
Tints of Reno Sand #AA6E34
RGB
CMYK
RGB Variations
Color information
#AA6E34 (or 0xAA6E34) is known color: Reno Sand. HEX triplet: AA, 6E and 34. RGB value is (170,110,52). Sum of RGB (Red+Green+Blue) = 170+110+52=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E34 is #5591CB. Grayscale: #797979. Windows color (decimal): -5607884 or 3436202. OLE color: 3436202.
HSL color Cylindrical-coordinate representation of color #AA6E34: hue angle of 29.49º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA6E34 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 52 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.33 |
| HSL | 29.49º | 0.53% | 0.44% | - |
| HSV(B) | 29.49º | 0.69% | 0.67% | - |
| XYZ | 22.77 | 19.95 | 5.9 | - |
| YUV | 121.33 | 88.88 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 52 | 0 | 0.35 | 0.69 | 0.33 | 29.49 | 0.53 | 0.44 |
| Hex | AA | 6E | 34 | 0 | 23 | 45 | 21 | 1D | 35 | 2C |
| Octal | 252 | 156 | 64 | 0 | 43 | 105 | 41 | 35 | 65 | 54 |
| Binary | 10101010 | 1101110 | 110100 | 0 | 100011 | 1000101 | 100001 | 11101 | 110101 | 101100 |
Color Harmonies of #AA6E34
Complementary color
Monochromatic Colors of #AA6E34
Black with #AA6E34
Text Example
Text Example
White with #AA6E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E34; }
p { color: rgb(170,110,52); }
H1.HeaderClassName
{
color: #AA6E34;
}
.AnyTagClassName
{
color: #AA6E34;
}
</style>
background-color css
<style>
a { background-color: #AA6E34; }
a { background-color: rgb(170,110,52); }
div.DivClassName
{
background-color: #AA6E34;
}
.BgClassName
{
background-color: #AA6E34;
}
</style>
border-color css
<style>
span { border-color: #AA6E34; }
span { border-color: rgb(170,110,52); }
td.TdClassName
{
border-color: #AA6E34;
}
.TagClassName
{
border-color: #AA6E34;
}
</style>