Shades of Reno Sand #AE6E34
Tints of Reno Sand #AE6E34
RGB
CMYK
RGB Variations
Color information
#AE6E34 (or 0xAE6E34) is known color: Reno Sand. HEX triplet: AE, 6E and 34. RGB value is (174,110,52). Sum of RGB (Red+Green+Blue) = 174+110+52=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6E34 is #5191CB. Grayscale: #7A7A7A. Windows color (decimal): -5345740 or 3436206. OLE color: 3436206.
HSL color Cylindrical-coordinate representation of color #AE6E34: hue angle of 28.52º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE6E34 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 52 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.32 |
| HSL | 28.52º | 0.54% | 0.44% | - |
| HSV(B) | 28.52º | 0.7% | 0.68% | - |
| XYZ | 23.65 | 20.4 | 5.94 | - |
| YUV | 122.52 | 88.2 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 52 | 0 | 0.37 | 0.70 | 0.32 | 28.52 | 0.54 | 0.44 |
| Hex | AE | 6E | 34 | 0 | 25 | 46 | 20 | 1D | 36 | 2C |
| Octal | 256 | 156 | 64 | 0 | 45 | 106 | 40 | 35 | 66 | 54 |
| Binary | 10101110 | 1101110 | 110100 | 0 | 100101 | 1000110 | 100000 | 11101 | 110110 | 101100 |
Color Harmonies of #AE6E34
Complementary color
Monochromatic Colors of #AE6E34
Black with #AE6E34
Text Example
Text Example
White with #AE6E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6E34; }
p { color: rgb(174,110,52); }
H1.HeaderClassName
{
color: #AE6E34;
}
.AnyTagClassName
{
color: #AE6E34;
}
</style>
background-color css
<style>
a { background-color: #AE6E34; }
a { background-color: rgb(174,110,52); }
div.DivClassName
{
background-color: #AE6E34;
}
.BgClassName
{
background-color: #AE6E34;
}
</style>
border-color css
<style>
span { border-color: #AE6E34; }
span { border-color: rgb(174,110,52); }
td.TdClassName
{
border-color: #AE6E34;
}
.TagClassName
{
border-color: #AE6E34;
}
</style>