Shades of Golden Brown #AE5D14
Tints of Golden Brown #AE5D14
RGB
CMYK
RGB Variations
Color information
#AE5D14 (or 0xAE5D14) is known color: Golden Brown. HEX triplet: AE, 5D and 14. RGB value is (174,93,20). Sum of RGB (Red+Green+Blue) = 174+93+20=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5D14 is #51A2EB. Grayscale: #6D6D6D. Windows color (decimal): -5350124 or 1334702. OLE color: 1334702.
HSL color Cylindrical-coordinate representation of color #AE5D14: hue angle of 28.44º degrees, saturation: 0.79, 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 #AE5D14 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 20 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.32 |
| HSL | 28.44º | 0.79% | 0.38% | - |
| HSV(B) | 28.44º | 0.89% | 0.68% | - |
| XYZ | 21.5 | 16.88 | 2.79 | - |
| YUV | 108.9 | 77.84 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 20 | 0 | 0.47 | 0.89 | 0.32 | 28.44 | 0.79 | 0.38 |
| Hex | AE | 5D | 14 | 0 | 2F | 59 | 20 | 1C | 4F | 26 |
| Octal | 256 | 135 | 24 | 0 | 57 | 131 | 40 | 34 | 117 | 46 |
| Binary | 10101110 | 1011101 | 10100 | 0 | 101111 | 1011001 | 100000 | 11100 | 1001111 | 100110 |
Color Harmonies of #AE5D14
Complementary color
Monochromatic Colors of #AE5D14
Black with #AE5D14
Text Example
Text Example
White with #AE5D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D14; }
p { color: rgb(174,93,20); }
H1.HeaderClassName
{
color: #AE5D14;
}
.AnyTagClassName
{
color: #AE5D14;
}
</style>
background-color css
<style>
a { background-color: #AE5D14; }
a { background-color: rgb(174,93,20); }
div.DivClassName
{
background-color: #AE5D14;
}
.BgClassName
{
background-color: #AE5D14;
}
</style>
border-color css
<style>
span { border-color: #AE5D14; }
span { border-color: rgb(174,93,20); }
td.TdClassName
{
border-color: #AE5D14;
}
.TagClassName
{
border-color: #AE5D14;
}
</style>