Shades of Golden Brown #AE650E
Tints of Golden Brown #AE650E
RGB
CMYK
RGB Variations
Color information
#AE650E (or 0xAE650E) is known color: Golden Brown. HEX triplet: AE, 65 and 0E. RGB value is (174,101,14). Sum of RGB (Red+Green+Blue) = 174+101+14=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE650E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE650E is #519AF1. Grayscale: #717171. Windows color (decimal): -5348082 or 943534. OLE color: 943534.
HSL color Cylindrical-coordinate representation of color #AE650E: hue angle of 32.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE650E is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 14 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.32 |
| HSL | 32.63º | 0.85% | 0.37% | - |
| HSV(B) | 32.63º | 0.92% | 0.68% | - |
| XYZ | 22.19 | 18.34 | 2.79 | - |
| YUV | 112.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 14 | 0 | 0.42 | 0.92 | 0.32 | 32.63 | 0.85 | 0.37 |
| Hex | AE | 65 | E | 0 | 2A | 5C | 20 | 21 | 55 | 25 |
| Octal | 256 | 145 | 16 | 0 | 52 | 134 | 40 | 41 | 125 | 45 |
| Binary | 10101110 | 1100101 | 1110 | 0 | 101010 | 1011100 | 100000 | 100001 | 1010101 | 100101 |
Color Harmonies of #AE650E
Complementary color
Monochromatic Colors of #AE650E
Black with #AE650E
Text Example
Text Example
White with #AE650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE650E; }
p { color: rgb(174,101,14); }
H1.HeaderClassName
{
color: #AE650E;
}
.AnyTagClassName
{
color: #AE650E;
}
</style>
background-color css
<style>
a { background-color: #AE650E; }
a { background-color: rgb(174,101,14); }
div.DivClassName
{
background-color: #AE650E;
}
.BgClassName
{
background-color: #AE650E;
}
</style>
border-color css
<style>
span { border-color: #AE650E; }
span { border-color: rgb(174,101,14); }
td.TdClassName
{
border-color: #AE650E;
}
.TagClassName
{
border-color: #AE650E;
}
</style>