Shades of Reno Sand #AE6C2D
Tints of Reno Sand #AE6C2D
RGB
CMYK
RGB Variations
Color information
#AE6C2D (or 0xAE6C2D) is known color: Reno Sand. HEX triplet: AE, 6C and 2D. RGB value is (174,108,45). Sum of RGB (Red+Green+Blue) = 174+108+45=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6C2D is #5193D2. Grayscale: #787878. Windows color (decimal): -5346259 or 2976942. OLE color: 2976942.
HSL color Cylindrical-coordinate representation of color #AE6C2D: hue angle of 29.3º 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 #AE6C2D is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 108 | 45 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.32 |
| HSL | 29.3º | 0.59% | 0.43% | - |
| HSV(B) | 29.3º | 0.74% | 0.68% | - |
| XYZ | 23.29 | 19.91 | 5.1 | - |
| YUV | 120.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 108 | 45 | 0 | 0.38 | 0.74 | 0.32 | 29.3 | 0.59 | 0.43 |
| Hex | AE | 6C | 2D | 0 | 26 | 4A | 20 | 1D | 3B | 2B |
| Octal | 256 | 154 | 55 | 0 | 46 | 112 | 40 | 35 | 73 | 53 |
| Binary | 10101110 | 1101100 | 101101 | 0 | 100110 | 1001010 | 100000 | 11101 | 111011 | 101011 |
Color Harmonies of #AE6C2D
Complementary color
Monochromatic Colors of #AE6C2D
Black with #AE6C2D
Text Example
Text Example
White with #AE6C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6C2D; }
p { color: rgb(174,108,45); }
H1.HeaderClassName
{
color: #AE6C2D;
}
.AnyTagClassName
{
color: #AE6C2D;
}
</style>
background-color css
<style>
a { background-color: #AE6C2D; }
a { background-color: rgb(174,108,45); }
div.DivClassName
{
background-color: #AE6C2D;
}
.BgClassName
{
background-color: #AE6C2D;
}
</style>
border-color css
<style>
span { border-color: #AE6C2D; }
span { border-color: rgb(174,108,45); }
td.TdClassName
{
border-color: #AE6C2D;
}
.TagClassName
{
border-color: #AE6C2D;
}
</style>