Shades of Reno Sand #AE7534
Tints of Reno Sand #AE7534
RGB
CMYK
RGB Variations
Color information
#AE7534 (or 0xAE7534) is known color: Reno Sand. HEX triplet: AE, 75 and 34. RGB value is (174,117,52). Sum of RGB (Red+Green+Blue) = 174+117+52=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7534 is #518ACB. Grayscale: #7E7E7E. Windows color (decimal): -5343948 or 3437998. OLE color: 3437998.
HSL color Cylindrical-coordinate representation of color #AE7534: hue angle of 31.97º 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 #AE7534 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 52 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.32 |
| HSL | 31.97º | 0.54% | 0.44% | - |
| HSV(B) | 31.97º | 0.7% | 0.68% | - |
| XYZ | 24.44 | 21.97 | 6.2 | - |
| YUV | 126.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 52 | 0 | 0.33 | 0.70 | 0.32 | 31.97 | 0.54 | 0.44 |
| Hex | AE | 75 | 34 | 0 | 21 | 46 | 20 | 20 | 36 | 2C |
| Octal | 256 | 165 | 64 | 0 | 41 | 106 | 40 | 40 | 66 | 54 |
| Binary | 10101110 | 1110101 | 110100 | 0 | 100001 | 1000110 | 100000 | 100000 | 110110 | 101100 |
Color Harmonies of #AE7534
Complementary color
Monochromatic Colors of #AE7534
Black with #AE7534
Text Example
Text Example
White with #AE7534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7534; }
p { color: rgb(174,117,52); }
H1.HeaderClassName
{
color: #AE7534;
}
.AnyTagClassName
{
color: #AE7534;
}
</style>
background-color css
<style>
a { background-color: #AE7534; }
a { background-color: rgb(174,117,52); }
div.DivClassName
{
background-color: #AE7534;
}
.BgClassName
{
background-color: #AE7534;
}
</style>
border-color css
<style>
span { border-color: #AE7534; }
span { border-color: rgb(174,117,52); }
td.TdClassName
{
border-color: #AE7534;
}
.TagClassName
{
border-color: #AE7534;
}
</style>