Shades of Reno Sand #AA6D34
Tints of Reno Sand #AA6D34
RGB
CMYK
RGB Variations
Color information
#AA6D34 (or 0xAA6D34) is known color: Reno Sand. HEX triplet: AA, 6D and 34. RGB value is (170,109,52). Sum of RGB (Red+Green+Blue) = 170+109+52=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D34 is #5592CB. Grayscale: #797979. Windows color (decimal): -5608140 or 3435946. OLE color: 3435946.
HSL color Cylindrical-coordinate representation of color #AA6D34: hue angle of 28.98º 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 #AA6D34 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 52 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.33 |
| HSL | 28.98º | 0.53% | 0.44% | - |
| HSV(B) | 28.98º | 0.69% | 0.67% | - |
| XYZ | 22.67 | 19.73 | 5.86 | - |
| YUV | 120.74 | 89.21 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 52 | 0 | 0.36 | 0.69 | 0.33 | 28.98 | 0.53 | 0.44 |
| Hex | AA | 6D | 34 | 0 | 24 | 45 | 21 | 1D | 35 | 2C |
| Octal | 252 | 155 | 64 | 0 | 44 | 105 | 41 | 35 | 65 | 54 |
| Binary | 10101010 | 1101101 | 110100 | 0 | 100100 | 1000101 | 100001 | 11101 | 110101 | 101100 |
Color Harmonies of #AA6D34
Complementary color
Monochromatic Colors of #AA6D34
Black with #AA6D34
Text Example
Text Example
White with #AA6D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D34; }
p { color: rgb(170,109,52); }
H1.HeaderClassName
{
color: #AA6D34;
}
.AnyTagClassName
{
color: #AA6D34;
}
</style>
background-color css
<style>
a { background-color: #AA6D34; }
a { background-color: rgb(170,109,52); }
div.DivClassName
{
background-color: #AA6D34;
}
.BgClassName
{
background-color: #AA6D34;
}
</style>
border-color css
<style>
span { border-color: #AA6D34; }
span { border-color: rgb(170,109,52); }
td.TdClassName
{
border-color: #AA6D34;
}
.TagClassName
{
border-color: #AA6D34;
}
</style>