Shades of Reno Sand #AA6C34
Tints of Reno Sand #AA6C34
RGB
CMYK
RGB Variations
Color information
#AA6C34 (or 0xAA6C34) is known color: Reno Sand. HEX triplet: AA, 6C and 34. RGB value is (170,108,52). Sum of RGB (Red+Green+Blue) = 170+108+52=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C34 is #5593CB. Grayscale: #787878. Windows color (decimal): -5608396 or 3435690. OLE color: 3435690.
HSL color Cylindrical-coordinate representation of color #AA6C34: hue angle of 28.47º 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 #AA6C34 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 52 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.33 |
| HSL | 28.47º | 0.53% | 0.44% | - |
| HSV(B) | 28.47º | 0.69% | 0.67% | - |
| XYZ | 22.56 | 19.52 | 5.83 | - |
| YUV | 120.15 | 89.54 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 52 | 0 | 0.36 | 0.69 | 0.33 | 28.47 | 0.53 | 0.44 |
| Hex | AA | 6C | 34 | 0 | 24 | 45 | 21 | 1C | 35 | 2C |
| Octal | 252 | 154 | 64 | 0 | 44 | 105 | 41 | 34 | 65 | 54 |
| Binary | 10101010 | 1101100 | 110100 | 0 | 100100 | 1000101 | 100001 | 11100 | 110101 | 101100 |
Color Harmonies of #AA6C34
Complementary color
Monochromatic Colors of #AA6C34
Black with #AA6C34
Text Example
Text Example
White with #AA6C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C34; }
p { color: rgb(170,108,52); }
H1.HeaderClassName
{
color: #AA6C34;
}
.AnyTagClassName
{
color: #AA6C34;
}
</style>
background-color css
<style>
a { background-color: #AA6C34; }
a { background-color: rgb(170,108,52); }
div.DivClassName
{
background-color: #AA6C34;
}
.BgClassName
{
background-color: #AA6C34;
}
</style>
border-color css
<style>
span { border-color: #AA6C34; }
span { border-color: rgb(170,108,52); }
td.TdClassName
{
border-color: #AA6C34;
}
.TagClassName
{
border-color: #AA6C34;
}
</style>