Shades of Golden Brown #AE6510
Tints of Golden Brown #AE6510
RGB
CMYK
RGB Variations
Color information
#AE6510 (or 0xAE6510) is known color: Golden Brown. HEX triplet: AE, 65 and 10. RGB value is (174,101,16). Sum of RGB (Red+Green+Blue) = 174+101+16=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6510 is #519AEF. Grayscale: #717171. Windows color (decimal): -5348080 or 1074606. OLE color: 1074606.
HSL color Cylindrical-coordinate representation of color #AE6510: hue angle of 32.28º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE6510 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 16 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.32 |
| HSL | 32.28º | 0.83% | 0.37% | - |
| HSV(B) | 32.28º | 0.91% | 0.68% | - |
| XYZ | 22.2 | 18.34 | 2.86 | - |
| YUV | 113.14 | 73.18 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 16 | 0 | 0.42 | 0.91 | 0.32 | 32.28 | 0.83 | 0.37 |
| Hex | AE | 65 | 10 | 0 | 2A | 5B | 20 | 20 | 53 | 25 |
| Octal | 256 | 145 | 20 | 0 | 52 | 133 | 40 | 40 | 123 | 45 |
| Binary | 10101110 | 1100101 | 10000 | 0 | 101010 | 1011011 | 100000 | 100000 | 1010011 | 100101 |
Color Harmonies of #AE6510
Complementary color
Monochromatic Colors of #AE6510
Black with #AE6510
Text Example
Text Example
White with #AE6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6510; }
p { color: rgb(174,101,16); }
H1.HeaderClassName
{
color: #AE6510;
}
.AnyTagClassName
{
color: #AE6510;
}
</style>
background-color css
<style>
a { background-color: #AE6510; }
a { background-color: rgb(174,101,16); }
div.DivClassName
{
background-color: #AE6510;
}
.BgClassName
{
background-color: #AE6510;
}
</style>
border-color css
<style>
span { border-color: #AE6510; }
span { border-color: rgb(174,101,16); }
td.TdClassName
{
border-color: #AE6510;
}
.TagClassName
{
border-color: #AE6510;
}
</style>