Shades of Reno Sand #AA6D31
Tints of Reno Sand #AA6D31
RGB
CMYK
RGB Variations
Color information
#AA6D31 (or 0xAA6D31) is known color: Reno Sand. HEX triplet: AA, 6D and 31. RGB value is (170,109,49). Sum of RGB (Red+Green+Blue) = 170+109+49=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D31 is #5592CE. Grayscale: #787878. Windows color (decimal): -5608143 or 3239338. OLE color: 3239338.
HSL color Cylindrical-coordinate representation of color #AA6D31: hue angle of 29.75º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA6D31 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 49 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.33 |
| HSL | 29.75º | 0.55% | 0.43% | - |
| HSV(B) | 29.75º | 0.71% | 0.67% | - |
| XYZ | 22.6 | 19.71 | 5.52 | - |
| YUV | 120.4 | 87.71 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 49 | 0 | 0.36 | 0.71 | 0.33 | 29.75 | 0.55 | 0.43 |
| Hex | AA | 6D | 31 | 0 | 24 | 47 | 21 | 1E | 37 | 2B |
| Octal | 252 | 155 | 61 | 0 | 44 | 107 | 41 | 36 | 67 | 53 |
| Binary | 10101010 | 1101101 | 110001 | 0 | 100100 | 1000111 | 100001 | 11110 | 110111 | 101011 |
Color Harmonies of #AA6D31
Complementary color
Monochromatic Colors of #AA6D31
Black with #AA6D31
Text Example
Text Example
White with #AA6D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D31; }
p { color: rgb(170,109,49); }
H1.HeaderClassName
{
color: #AA6D31;
}
.AnyTagClassName
{
color: #AA6D31;
}
</style>
background-color css
<style>
a { background-color: #AA6D31; }
a { background-color: rgb(170,109,49); }
div.DivClassName
{
background-color: #AA6D31;
}
.BgClassName
{
background-color: #AA6D31;
}
</style>
border-color css
<style>
span { border-color: #AA6D31; }
span { border-color: rgb(170,109,49); }
td.TdClassName
{
border-color: #AA6D31;
}
.TagClassName
{
border-color: #AA6D31;
}
</style>