Shades of Reno Sand #AE7334
Tints of Reno Sand #AE7334
RGB
CMYK
RGB Variations
Color information
#AE7334 (or 0xAE7334) is known color: Reno Sand. HEX triplet: AE, 73 and 34. RGB value is (174,115,52). Sum of RGB (Red+Green+Blue) = 174+115+52=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7334 is #518CCB. Grayscale: #7D7D7D. Windows color (decimal): -5344460 or 3437486. OLE color: 3437486.
HSL color Cylindrical-coordinate representation of color #AE7334: hue angle of 30.98º 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 #AE7334 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 52 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.32 |
| HSL | 30.98º | 0.54% | 0.44% | - |
| HSV(B) | 30.98º | 0.7% | 0.68% | - |
| XYZ | 24.21 | 21.51 | 6.12 | - |
| YUV | 125.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 52 | 0 | 0.34 | 0.70 | 0.32 | 30.98 | 0.54 | 0.44 |
| Hex | AE | 73 | 34 | 0 | 22 | 46 | 20 | 1F | 36 | 2C |
| Octal | 256 | 163 | 64 | 0 | 42 | 106 | 40 | 37 | 66 | 54 |
| Binary | 10101110 | 1110011 | 110100 | 0 | 100010 | 1000110 | 100000 | 11111 | 110110 | 101100 |
Color Harmonies of #AE7334
Complementary color
Monochromatic Colors of #AE7334
Black with #AE7334
Text Example
Text Example
White with #AE7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7334; }
p { color: rgb(174,115,52); }
H1.HeaderClassName
{
color: #AE7334;
}
.AnyTagClassName
{
color: #AE7334;
}
</style>
background-color css
<style>
a { background-color: #AE7334; }
a { background-color: rgb(174,115,52); }
div.DivClassName
{
background-color: #AE7334;
}
.BgClassName
{
background-color: #AE7334;
}
</style>
border-color css
<style>
span { border-color: #AE7334; }
span { border-color: rgb(174,115,52); }
td.TdClassName
{
border-color: #AE7334;
}
.TagClassName
{
border-color: #AE7334;
}
</style>