Shades of Reno Sand #AE7737
Tints of Reno Sand #AE7737
RGB
CMYK
RGB Variations
Color information
#AE7737 (or 0xAE7737) is known color: Reno Sand. HEX triplet: AE, 77 and 37. RGB value is (174,119,55). Sum of RGB (Red+Green+Blue) = 174+119+55=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7737 is #5188C8. Grayscale: #808080. Windows color (decimal): -5343433 or 3635118. OLE color: 3635118.
HSL color Cylindrical-coordinate representation of color #AE7737: hue angle of 32.27º degrees, saturation: 0.52, 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 #AE7737 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 119 | 55 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.32 |
| HSL | 32.27º | 0.52% | 0.45% | - |
| HSV(B) | 32.27º | 0.68% | 0.68% | - |
| XYZ | 24.74 | 22.47 | 6.65 | - |
| YUV | 128.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 55 | 0 | 0.32 | 0.68 | 0.32 | 32.27 | 0.52 | 0.45 |
| Hex | AE | 77 | 37 | 0 | 20 | 44 | 20 | 20 | 34 | 2D |
| Octal | 256 | 167 | 67 | 0 | 40 | 104 | 40 | 40 | 64 | 55 |
| Binary | 10101110 | 1110111 | 110111 | 0 | 100000 | 1000100 | 100000 | 100000 | 110100 | 101101 |
Color Harmonies of #AE7737
Complementary color
Monochromatic Colors of #AE7737
Black with #AE7737
Text Example
Text Example
White with #AE7737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7737; }
p { color: rgb(174,119,55); }
H1.HeaderClassName
{
color: #AE7737;
}
.AnyTagClassName
{
color: #AE7737;
}
</style>
background-color css
<style>
a { background-color: #AE7737; }
a { background-color: rgb(174,119,55); }
div.DivClassName
{
background-color: #AE7737;
}
.BgClassName
{
background-color: #AE7737;
}
</style>
border-color css
<style>
span { border-color: #AE7737; }
span { border-color: rgb(174,119,55); }
td.TdClassName
{
border-color: #AE7737;
}
.TagClassName
{
border-color: #AE7737;
}
</style>