Shades of Reno Sand #AE6D2C
Tints of Reno Sand #AE6D2C
RGB
CMYK
RGB Variations
Color information
#AE6D2C (or 0xAE6D2C) is known color: Reno Sand. HEX triplet: AE, 6D and 2C. RGB value is (174,109,44). Sum of RGB (Red+Green+Blue) = 174+109+44=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6D2C is #5192D3. Grayscale: #797979. Windows color (decimal): -5346004 or 2911662. OLE color: 2911662.
HSL color Cylindrical-coordinate representation of color #AE6D2C: hue angle of 30º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE6D2C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 109 | 44 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.32 |
| HSL | 30º | 0.6% | 0.43% | - |
| HSV(B) | 30º | 0.75% | 0.68% | - |
| XYZ | 23.38 | 20.12 | 5.03 | - |
| YUV | 121.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 44 | 0 | 0.37 | 0.75 | 0.32 | 30 | 0.6 | 0.43 |
| Hex | AE | 6D | 2C | 0 | 25 | 4B | 20 | 1E | 3C | 2B |
| Octal | 256 | 155 | 54 | 0 | 45 | 113 | 40 | 36 | 74 | 53 |
| Binary | 10101110 | 1101101 | 101100 | 0 | 100101 | 1001011 | 100000 | 11110 | 111100 | 101011 |
Color Harmonies of #AE6D2C
Complementary color
Monochromatic Colors of #AE6D2C
Black with #AE6D2C
Text Example
Text Example
White with #AE6D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6D2C; }
p { color: rgb(174,109,44); }
H1.HeaderClassName
{
color: #AE6D2C;
}
.AnyTagClassName
{
color: #AE6D2C;
}
</style>
background-color css
<style>
a { background-color: #AE6D2C; }
a { background-color: rgb(174,109,44); }
div.DivClassName
{
background-color: #AE6D2C;
}
.BgClassName
{
background-color: #AE6D2C;
}
</style>
border-color css
<style>
span { border-color: #AE6D2C; }
span { border-color: rgb(174,109,44); }
td.TdClassName
{
border-color: #AE6D2C;
}
.TagClassName
{
border-color: #AE6D2C;
}
</style>