Shades of Reno Sand #AA6F34
Tints of Reno Sand #AA6F34
RGB
CMYK
RGB Variations
Color information
#AA6F34 (or 0xAA6F34) is known color: Reno Sand. HEX triplet: AA, 6F and 34. RGB value is (170,111,52). Sum of RGB (Red+Green+Blue) = 170+111+52=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F34 is #5590CB. Grayscale: #7A7A7A. Windows color (decimal): -5607628 or 3436458. OLE color: 3436458.
HSL color Cylindrical-coordinate representation of color #AA6F34: hue angle of 30º 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 #AA6F34 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 52 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.33 |
| HSL | 30º | 0.53% | 0.44% | - |
| HSV(B) | 30º | 0.69% | 0.67% | - |
| XYZ | 22.88 | 20.16 | 5.93 | - |
| YUV | 121.92 | 88.55 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 52 | 0 | 0.35 | 0.69 | 0.33 | 30 | 0.53 | 0.44 |
| Hex | AA | 6F | 34 | 0 | 23 | 45 | 21 | 1E | 35 | 2C |
| Octal | 252 | 157 | 64 | 0 | 43 | 105 | 41 | 36 | 65 | 54 |
| Binary | 10101010 | 1101111 | 110100 | 0 | 100011 | 1000101 | 100001 | 11110 | 110101 | 101100 |
Color Harmonies of #AA6F34
Complementary color
Monochromatic Colors of #AA6F34
Black with #AA6F34
Text Example
Text Example
White with #AA6F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F34; }
p { color: rgb(170,111,52); }
H1.HeaderClassName
{
color: #AA6F34;
}
.AnyTagClassName
{
color: #AA6F34;
}
</style>
background-color css
<style>
a { background-color: #AA6F34; }
a { background-color: rgb(170,111,52); }
div.DivClassName
{
background-color: #AA6F34;
}
.BgClassName
{
background-color: #AA6F34;
}
</style>
border-color css
<style>
span { border-color: #AA6F34; }
span { border-color: rgb(170,111,52); }
td.TdClassName
{
border-color: #AA6F34;
}
.TagClassName
{
border-color: #AA6F34;
}
</style>