Shades of Reno Sand #AE7038
Tints of Reno Sand #AE7038
RGB
CMYK
RGB Variations
Color information
#AE7038 (or 0xAE7038) is known color: Reno Sand. HEX triplet: AE, 70 and 38. RGB value is (174,112,56). Sum of RGB (Red+Green+Blue) = 174+112+56=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7038 is #518FC7. Grayscale: #7C7C7C. Windows color (decimal): -5345224 or 3698862. OLE color: 3698862.
HSL color Cylindrical-coordinate representation of color #AE7038: hue angle of 28.47º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE7038 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 112 | 56 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.32 |
| HSL | 28.47º | 0.51% | 0.45% | - |
| HSV(B) | 28.47º | 0.68% | 0.68% | - |
| XYZ | 23.96 | 20.87 | 6.51 | - |
| YUV | 124.15 | 89.54 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 56 | 0 | 0.36 | 0.68 | 0.32 | 28.47 | 0.51 | 0.45 |
| Hex | AE | 70 | 38 | 0 | 24 | 44 | 20 | 1C | 33 | 2D |
| Octal | 256 | 160 | 70 | 0 | 44 | 104 | 40 | 34 | 63 | 55 |
| Binary | 10101110 | 1110000 | 111000 | 0 | 100100 | 1000100 | 100000 | 11100 | 110011 | 101101 |
Color Harmonies of #AE7038
Complementary color
Monochromatic Colors of #AE7038
Black with #AE7038
Text Example
Text Example
White with #AE7038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7038; }
p { color: rgb(174,112,56); }
H1.HeaderClassName
{
color: #AE7038;
}
.AnyTagClassName
{
color: #AE7038;
}
</style>
background-color css
<style>
a { background-color: #AE7038; }
a { background-color: rgb(174,112,56); }
div.DivClassName
{
background-color: #AE7038;
}
.BgClassName
{
background-color: #AE7038;
}
</style>
border-color css
<style>
span { border-color: #AE7038; }
span { border-color: rgb(174,112,56); }
td.TdClassName
{
border-color: #AE7038;
}
.TagClassName
{
border-color: #AE7038;
}
</style>