Shades of Reno Sand #AE702F
Tints of Reno Sand #AE702F
RGB
CMYK
RGB Variations
Color information
#AE702F (or 0xAE702F) is known color: Reno Sand. HEX triplet: AE, 70 and 2F. RGB value is (174,112,47). Sum of RGB (Red+Green+Blue) = 174+112+47=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE702F is #518FD0. Grayscale: #7B7B7B. Windows color (decimal): -5345233 or 3109038. OLE color: 3109038.
HSL color Cylindrical-coordinate representation of color #AE702F: hue angle of 30.71º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE702F is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 112 | 47 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.32 |
| HSL | 30.71º | 0.57% | 0.43% | - |
| HSV(B) | 30.71º | 0.73% | 0.68% | - |
| XYZ | 23.76 | 20.79 | 5.45 | - |
| YUV | 123.13 | 85.04 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 47 | 0 | 0.36 | 0.73 | 0.32 | 30.71 | 0.57 | 0.43 |
| Hex | AE | 70 | 2F | 0 | 24 | 49 | 20 | 1F | 39 | 2B |
| Octal | 256 | 160 | 57 | 0 | 44 | 111 | 40 | 37 | 71 | 53 |
| Binary | 10101110 | 1110000 | 101111 | 0 | 100100 | 1001001 | 100000 | 11111 | 111001 | 101011 |
Color Harmonies of #AE702F
Complementary color
Monochromatic Colors of #AE702F
Black with #AE702F
Text Example
Text Example
White with #AE702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE702F; }
p { color: rgb(174,112,47); }
H1.HeaderClassName
{
color: #AE702F;
}
.AnyTagClassName
{
color: #AE702F;
}
</style>
background-color css
<style>
a { background-color: #AE702F; }
a { background-color: rgb(174,112,47); }
div.DivClassName
{
background-color: #AE702F;
}
.BgClassName
{
background-color: #AE702F;
}
</style>
border-color css
<style>
span { border-color: #AE702F; }
span { border-color: rgb(174,112,47); }
td.TdClassName
{
border-color: #AE702F;
}
.TagClassName
{
border-color: #AE702F;
}
</style>