Shades of Golden Brown #AE5D11
Tints of Golden Brown #AE5D11
RGB
CMYK
RGB Variations
Color information
#AE5D11 (or 0xAE5D11) is known color: Golden Brown. HEX triplet: AE, 5D and 11. RGB value is (174,93,17). Sum of RGB (Red+Green+Blue) = 174+93+17=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5D11 is #51A2EE. Grayscale: #6C6C6C. Windows color (decimal): -5350127 or 1138094. OLE color: 1138094.
HSL color Cylindrical-coordinate representation of color #AE5D11: hue angle of 29.04º 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 #AE5D11 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 17 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.32 |
| HSL | 29.04º | 0.82% | 0.37% | - |
| HSV(B) | 29.04º | 0.9% | 0.68% | - |
| XYZ | 21.47 | 16.87 | 2.65 | - |
| YUV | 108.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 17 | 0 | 0.47 | 0.90 | 0.32 | 29.04 | 0.82 | 0.37 |
| Hex | AE | 5D | 11 | 0 | 2F | 5A | 20 | 1D | 52 | 25 |
| Octal | 256 | 135 | 21 | 0 | 57 | 132 | 40 | 35 | 122 | 45 |
| Binary | 10101110 | 1011101 | 10001 | 0 | 101111 | 1011010 | 100000 | 11101 | 1010010 | 100101 |
Color Harmonies of #AE5D11
Complementary color
Monochromatic Colors of #AE5D11
Black with #AE5D11
Text Example
Text Example
White with #AE5D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D11; }
p { color: rgb(174,93,17); }
H1.HeaderClassName
{
color: #AE5D11;
}
.AnyTagClassName
{
color: #AE5D11;
}
</style>
background-color css
<style>
a { background-color: #AE5D11; }
a { background-color: rgb(174,93,17); }
div.DivClassName
{
background-color: #AE5D11;
}
.BgClassName
{
background-color: #AE5D11;
}
</style>
border-color css
<style>
span { border-color: #AE5D11; }
span { border-color: rgb(174,93,17); }
td.TdClassName
{
border-color: #AE5D11;
}
.TagClassName
{
border-color: #AE5D11;
}
</style>