Shades of Golden Brown #AE6010
Tints of Golden Brown #AE6010
RGB
CMYK
RGB Variations
Color information
#AE6010 (or 0xAE6010) is known color: Golden Brown. HEX triplet: AE, 60 and 10. RGB value is (174,96,16). Sum of RGB (Red+Green+Blue) = 174+96+16=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6010 is #519FEF. Grayscale: #6E6E6E. Windows color (decimal): -5349360 or 1073326. OLE color: 1073326.
HSL color Cylindrical-coordinate representation of color #AE6010: hue angle of 30.38º 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 #AE6010 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 16 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.32 |
| HSL | 30.38º | 0.83% | 0.37% | - |
| HSV(B) | 30.38º | 0.91% | 0.68% | - |
| XYZ | 21.73 | 17.4 | 2.7 | - |
| YUV | 110.2 | 74.84 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 16 | 0 | 0.45 | 0.91 | 0.32 | 30.38 | 0.83 | 0.37 |
| Hex | AE | 60 | 10 | 0 | 2D | 5B | 20 | 1E | 53 | 25 |
| Octal | 256 | 140 | 20 | 0 | 55 | 133 | 40 | 36 | 123 | 45 |
| Binary | 10101110 | 1100000 | 10000 | 0 | 101101 | 1011011 | 100000 | 11110 | 1010011 | 100101 |
Color Harmonies of #AE6010
Complementary color
Monochromatic Colors of #AE6010
Black with #AE6010
Text Example
Text Example
White with #AE6010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6010; }
p { color: rgb(174,96,16); }
H1.HeaderClassName
{
color: #AE6010;
}
.AnyTagClassName
{
color: #AE6010;
}
</style>
background-color css
<style>
a { background-color: #AE6010; }
a { background-color: rgb(174,96,16); }
div.DivClassName
{
background-color: #AE6010;
}
.BgClassName
{
background-color: #AE6010;
}
</style>
border-color css
<style>
span { border-color: #AE6010; }
span { border-color: rgb(174,96,16); }
td.TdClassName
{
border-color: #AE6010;
}
.TagClassName
{
border-color: #AE6010;
}
</style>