Shades of Golden Brown #AE6013
Tints of Golden Brown #AE6013
RGB
CMYK
RGB Variations
Color information
#AE6013 (or 0xAE6013) is known color: Golden Brown. HEX triplet: AE, 60 and 13. RGB value is (174,96,19). Sum of RGB (Red+Green+Blue) = 174+96+19=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6013 is #519FEC. Grayscale: #6E6E6E. Windows color (decimal): -5349357 or 1269934. OLE color: 1269934.
HSL color Cylindrical-coordinate representation of color #AE6013: hue angle of 29.81º 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 #AE6013 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 19 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.32 |
| HSL | 29.81º | 0.8% | 0.38% | - |
| HSV(B) | 29.81º | 0.89% | 0.68% | - |
| XYZ | 21.76 | 17.41 | 2.83 | - |
| YUV | 110.54 | 76.34 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 19 | 0 | 0.45 | 0.89 | 0.32 | 29.81 | 0.8 | 0.38 |
| Hex | AE | 60 | 13 | 0 | 2D | 59 | 20 | 1E | 50 | 26 |
| Octal | 256 | 140 | 23 | 0 | 55 | 131 | 40 | 36 | 120 | 46 |
| Binary | 10101110 | 1100000 | 10011 | 0 | 101101 | 1011001 | 100000 | 11110 | 1010000 | 100110 |
Color Harmonies of #AE6013
Complementary color
Monochromatic Colors of #AE6013
Black with #AE6013
Text Example
Text Example
White with #AE6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6013; }
p { color: rgb(174,96,19); }
H1.HeaderClassName
{
color: #AE6013;
}
.AnyTagClassName
{
color: #AE6013;
}
</style>
background-color css
<style>
a { background-color: #AE6013; }
a { background-color: rgb(174,96,19); }
div.DivClassName
{
background-color: #AE6013;
}
.BgClassName
{
background-color: #AE6013;
}
</style>
border-color css
<style>
span { border-color: #AE6013; }
span { border-color: rgb(174,96,19); }
td.TdClassName
{
border-color: #AE6013;
}
.TagClassName
{
border-color: #AE6013;
}
</style>