Shades of Reno Sand #AA7438
Tints of Reno Sand #AA7438
RGB
CMYK
RGB Variations
Color information
#AA7438 (or 0xAA7438) is known color: Reno Sand. HEX triplet: AA, 74 and 38. RGB value is (170,116,56). Sum of RGB (Red+Green+Blue) = 170+116+56=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7438 is #558BC7. Grayscale: #7D7D7D. Windows color (decimal): -5606344 or 3699882. OLE color: 3699882.
HSL color Cylindrical-coordinate representation of color #AA7438: hue angle of 31.58º 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 #AA7438 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 56 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.33 |
| HSL | 31.58º | 0.5% | 0.44% | - |
| HSV(B) | 31.58º | 0.67% | 0.67% | - |
| XYZ | 23.54 | 21.32 | 6.62 | - |
| YUV | 125.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 56 | 0 | 0.32 | 0.67 | 0.33 | 31.58 | 0.5 | 0.44 |
| Hex | AA | 74 | 38 | 0 | 20 | 43 | 21 | 20 | 32 | 2C |
| Octal | 252 | 164 | 70 | 0 | 40 | 103 | 41 | 40 | 62 | 54 |
| Binary | 10101010 | 1110100 | 111000 | 0 | 100000 | 1000011 | 100001 | 100000 | 110010 | 101100 |
Color Harmonies of #AA7438
Complementary color
Monochromatic Colors of #AA7438
Black with #AA7438
Text Example
Text Example
White with #AA7438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7438; }
p { color: rgb(170,116,56); }
H1.HeaderClassName
{
color: #AA7438;
}
.AnyTagClassName
{
color: #AA7438;
}
</style>
background-color css
<style>
a { background-color: #AA7438; }
a { background-color: rgb(170,116,56); }
div.DivClassName
{
background-color: #AA7438;
}
.BgClassName
{
background-color: #AA7438;
}
</style>
border-color css
<style>
span { border-color: #AA7438; }
span { border-color: rgb(170,116,56); }
td.TdClassName
{
border-color: #AA7438;
}
.TagClassName
{
border-color: #AA7438;
}
</style>