Shades of Golden Brown #AE7111
Tints of Golden Brown #AE7111
RGB
CMYK
RGB Variations
Color information
#AE7111 (or 0xAE7111) is known color: Golden Brown. HEX triplet: AE, 71 and 11. RGB value is (174,113,17). Sum of RGB (Red+Green+Blue) = 174+113+17=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7111 is #518EEE. Grayscale: #787878. Windows color (decimal): -5345007 or 1143214. OLE color: 1143214.
HSL color Cylindrical-coordinate representation of color #AE7111: hue angle of 36.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE7111 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 113 | 17 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.32 |
| HSL | 36.69º | 0.82% | 0.37% | - |
| HSV(B) | 36.69º | 0.9% | 0.68% | - |
| XYZ | 23.46 | 20.85 | 3.32 | - |
| YUV | 120.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 113 | 17 | 0 | 0.35 | 0.90 | 0.32 | 36.69 | 0.82 | 0.37 |
| Hex | AE | 71 | 11 | 0 | 23 | 5A | 20 | 25 | 52 | 25 |
| Octal | 256 | 161 | 21 | 0 | 43 | 132 | 40 | 45 | 122 | 45 |
| Binary | 10101110 | 1110001 | 10001 | 0 | 100011 | 1011010 | 100000 | 100101 | 1010010 | 100101 |
Color Harmonies of #AE7111
Complementary color
Monochromatic Colors of #AE7111
Black with #AE7111
Text Example
Text Example
White with #AE7111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7111; }
p { color: rgb(174,113,17); }
H1.HeaderClassName
{
color: #AE7111;
}
.AnyTagClassName
{
color: #AE7111;
}
</style>
background-color css
<style>
a { background-color: #AE7111; }
a { background-color: rgb(174,113,17); }
div.DivClassName
{
background-color: #AE7111;
}
.BgClassName
{
background-color: #AE7111;
}
</style>
border-color css
<style>
span { border-color: #AE7111; }
span { border-color: rgb(174,113,17); }
td.TdClassName
{
border-color: #AE7111;
}
.TagClassName
{
border-color: #AE7111;
}
</style>