Shades of Reno Sand #AA6E38
Tints of Reno Sand #AA6E38
RGB
CMYK
RGB Variations
Color information
#AA6E38 (or 0xAA6E38) is known color: Reno Sand. HEX triplet: AA, 6E and 38. RGB value is (170,110,56). Sum of RGB (Red+Green+Blue) = 170+110+56=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E38 is #5591C7. Grayscale: #7A7A7A. Windows color (decimal): -5607880 or 3698346. OLE color: 3698346.
HSL color Cylindrical-coordinate representation of color #AA6E38: hue angle of 28.42º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA6E38 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 56 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.33 |
| HSL | 28.42º | 0.5% | 0.44% | - |
| HSV(B) | 28.42º | 0.67% | 0.67% | - |
| XYZ | 22.87 | 19.98 | 6.39 | - |
| YUV | 121.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 56 | 0 | 0.35 | 0.67 | 0.33 | 28.42 | 0.5 | 0.44 |
| Hex | AA | 6E | 38 | 0 | 23 | 43 | 21 | 1C | 32 | 2C |
| Octal | 252 | 156 | 70 | 0 | 43 | 103 | 41 | 34 | 62 | 54 |
| Binary | 10101010 | 1101110 | 111000 | 0 | 100011 | 1000011 | 100001 | 11100 | 110010 | 101100 |
Color Harmonies of #AA6E38
Complementary color
Monochromatic Colors of #AA6E38
Black with #AA6E38
Text Example
Text Example
White with #AA6E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E38; }
p { color: rgb(170,110,56); }
H1.HeaderClassName
{
color: #AA6E38;
}
.AnyTagClassName
{
color: #AA6E38;
}
</style>
background-color css
<style>
a { background-color: #AA6E38; }
a { background-color: rgb(170,110,56); }
div.DivClassName
{
background-color: #AA6E38;
}
.BgClassName
{
background-color: #AA6E38;
}
</style>
border-color css
<style>
span { border-color: #AA6E38; }
span { border-color: rgb(170,110,56); }
td.TdClassName
{
border-color: #AA6E38;
}
.TagClassName
{
border-color: #AA6E38;
}
</style>