Shades of Golden Brown #AE6513
Tints of Golden Brown #AE6513
RGB
CMYK
RGB Variations
Color information
#AE6513 (or 0xAE6513) is known color: Golden Brown. HEX triplet: AE, 65 and 13. RGB value is (174,101,19). Sum of RGB (Red+Green+Blue) = 174+101+19=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6513 is #519AEC. Grayscale: #717171. Windows color (decimal): -5348077 or 1271214. OLE color: 1271214.
HSL color Cylindrical-coordinate representation of color #AE6513: hue angle of 31.74º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE6513 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 19 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.32 |
| HSL | 31.74º | 0.8% | 0.38% | - |
| HSV(B) | 31.74º | 0.89% | 0.68% | - |
| XYZ | 22.23 | 18.35 | 2.99 | - |
| YUV | 113.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 19 | 0 | 0.42 | 0.89 | 0.32 | 31.74 | 0.8 | 0.38 |
| Hex | AE | 65 | 13 | 0 | 2A | 59 | 20 | 20 | 50 | 26 |
| Octal | 256 | 145 | 23 | 0 | 52 | 131 | 40 | 40 | 120 | 46 |
| Binary | 10101110 | 1100101 | 10011 | 0 | 101010 | 1011001 | 100000 | 100000 | 1010000 | 100110 |
Color Harmonies of #AE6513
Complementary color
Monochromatic Colors of #AE6513
Black with #AE6513
Text Example
Text Example
White with #AE6513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6513; }
p { color: rgb(174,101,19); }
H1.HeaderClassName
{
color: #AE6513;
}
.AnyTagClassName
{
color: #AE6513;
}
</style>
background-color css
<style>
a { background-color: #AE6513; }
a { background-color: rgb(174,101,19); }
div.DivClassName
{
background-color: #AE6513;
}
.BgClassName
{
background-color: #AE6513;
}
</style>
border-color css
<style>
span { border-color: #AE6513; }
span { border-color: rgb(174,101,19); }
td.TdClassName
{
border-color: #AE6513;
}
.TagClassName
{
border-color: #AE6513;
}
</style>