Shades of Golden Brown #AE6610
Tints of Golden Brown #AE6610
RGB
CMYK
RGB Variations
Color information
#AE6610 (or 0xAE6610) is known color: Golden Brown. HEX triplet: AE, 66 and 10. RGB value is (174,102,16). Sum of RGB (Red+Green+Blue) = 174+102+16=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6610 is #5199EF. Grayscale: #727272. Windows color (decimal): -5347824 or 1074862. OLE color: 1074862.
HSL color Cylindrical-coordinate representation of color #AE6610: hue angle of 32.66º 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 #AE6610 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 16 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.32 |
| HSL | 32.66º | 0.83% | 0.37% | - |
| HSV(B) | 32.66º | 0.91% | 0.68% | - |
| XYZ | 22.3 | 18.54 | 2.89 | - |
| YUV | 113.72 | 72.85 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 16 | 0 | 0.41 | 0.91 | 0.32 | 32.66 | 0.83 | 0.37 |
| Hex | AE | 66 | 10 | 0 | 29 | 5B | 20 | 21 | 53 | 25 |
| Octal | 256 | 146 | 20 | 0 | 51 | 133 | 40 | 41 | 123 | 45 |
| Binary | 10101110 | 1100110 | 10000 | 0 | 101001 | 1011011 | 100000 | 100001 | 1010011 | 100101 |
Color Harmonies of #AE6610
Complementary color
Monochromatic Colors of #AE6610
Black with #AE6610
Text Example
Text Example
White with #AE6610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6610; }
p { color: rgb(174,102,16); }
H1.HeaderClassName
{
color: #AE6610;
}
.AnyTagClassName
{
color: #AE6610;
}
</style>
background-color css
<style>
a { background-color: #AE6610; }
a { background-color: rgb(174,102,16); }
div.DivClassName
{
background-color: #AE6610;
}
.BgClassName
{
background-color: #AE6610;
}
</style>
border-color css
<style>
span { border-color: #AE6610; }
span { border-color: rgb(174,102,16); }
td.TdClassName
{
border-color: #AE6610;
}
.TagClassName
{
border-color: #AE6610;
}
</style>