Shades of Reno Sand #AE682D
Tints of Reno Sand #AE682D
RGB
CMYK
RGB Variations
Color information
#AE682D (or 0xAE682D) is known color: Reno Sand. HEX triplet: AE, 68 and 2D. RGB value is (174,104,45). Sum of RGB (Red+Green+Blue) = 174+104+45=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE682D is #5197D2. Grayscale: #767676. Windows color (decimal): -5347283 or 2975918. OLE color: 2975918.
HSL color Cylindrical-coordinate representation of color #AE682D: hue angle of 27.44º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE682D is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 45 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.32 |
| HSL | 27.44º | 0.59% | 0.43% | - |
| HSV(B) | 27.44º | 0.74% | 0.68% | - |
| XYZ | 22.88 | 19.09 | 4.96 | - |
| YUV | 118.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 45 | 0 | 0.40 | 0.74 | 0.32 | 27.44 | 0.59 | 0.43 |
| Hex | AE | 68 | 2D | 0 | 28 | 4A | 20 | 1B | 3B | 2B |
| Octal | 256 | 150 | 55 | 0 | 50 | 112 | 40 | 33 | 73 | 53 |
| Binary | 10101110 | 1101000 | 101101 | 0 | 101000 | 1001010 | 100000 | 11011 | 111011 | 101011 |
Color Harmonies of #AE682D
Complementary color
Monochromatic Colors of #AE682D
Black with #AE682D
Text Example
Text Example
White with #AE682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE682D; }
p { color: rgb(174,104,45); }
H1.HeaderClassName
{
color: #AE682D;
}
.AnyTagClassName
{
color: #AE682D;
}
</style>
background-color css
<style>
a { background-color: #AE682D; }
a { background-color: rgb(174,104,45); }
div.DivClassName
{
background-color: #AE682D;
}
.BgClassName
{
background-color: #AE682D;
}
</style>
border-color css
<style>
span { border-color: #AE682D; }
span { border-color: rgb(174,104,45); }
td.TdClassName
{
border-color: #AE682D;
}
.TagClassName
{
border-color: #AE682D;
}
</style>