Shades of Reno Sand #AA6D33
Tints of Reno Sand #AA6D33
RGB
CMYK
RGB Variations
Color information
#AA6D33 (or 0xAA6D33) is known color: Reno Sand. HEX triplet: AA, 6D and 33. RGB value is (170,109,51). Sum of RGB (Red+Green+Blue) = 170+109+51=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D33 is #5592CC. Grayscale: #787878. Windows color (decimal): -5608141 or 3370410. OLE color: 3370410.
HSL color Cylindrical-coordinate representation of color #AA6D33: hue angle of 29.24º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA6D33 is Cyan = 0, Magento = 0.36, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 51 | - |
| CMYK | 0 | 0.36 | 0.7 | 0.33 |
| HSL | 29.24º | 0.54% | 0.43% | - |
| HSV(B) | 29.24º | 0.7% | 0.67% | - |
| XYZ | 22.64 | 19.72 | 5.75 | - |
| YUV | 120.63 | 88.71 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 51 | 0 | 0.36 | 0.7 | 0.33 | 29.24 | 0.54 | 0.43 |
| Hex | AA | 6D | 33 | 0 | 24 | 46 | 21 | 1D | 36 | 2B |
| Octal | 252 | 155 | 63 | 0 | 44 | 106 | 41 | 35 | 66 | 53 |
| Binary | 10101010 | 1101101 | 110011 | 0 | 100100 | 1000110 | 100001 | 11101 | 110110 | 101011 |
Color Harmonies of #AA6D33
Complementary color
Monochromatic Colors of #AA6D33
Black with #AA6D33
Text Example
Text Example
White with #AA6D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D33; }
p { color: rgb(170,109,51); }
H1.HeaderClassName
{
color: #AA6D33;
}
.AnyTagClassName
{
color: #AA6D33;
}
</style>
background-color css
<style>
a { background-color: #AA6D33; }
a { background-color: rgb(170,109,51); }
div.DivClassName
{
background-color: #AA6D33;
}
.BgClassName
{
background-color: #AA6D33;
}
</style>
border-color css
<style>
span { border-color: #AA6D33; }
span { border-color: rgb(170,109,51); }
td.TdClassName
{
border-color: #AA6D33;
}
.TagClassName
{
border-color: #AA6D33;
}
</style>