Shades of Golden Brown #AE6310
Tints of Golden Brown #AE6310
RGB
CMYK
RGB Variations
Color information
#AE6310 (or 0xAE6310) is known color: Golden Brown. HEX triplet: AE, 63 and 10. RGB value is (174,99,16). Sum of RGB (Red+Green+Blue) = 174+99+16=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6310 is #519CEF. Grayscale: #707070. Windows color (decimal): -5348592 or 1074094. OLE color: 1074094.
HSL color Cylindrical-coordinate representation of color #AE6310: hue angle of 31.52º 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 #AE6310 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 16 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.32 |
| HSL | 31.52º | 0.83% | 0.37% | - |
| HSV(B) | 31.52º | 0.91% | 0.68% | - |
| XYZ | 22.01 | 17.96 | 2.8 | - |
| YUV | 111.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 16 | 0 | 0.43 | 0.91 | 0.32 | 31.52 | 0.83 | 0.37 |
| Hex | AE | 63 | 10 | 0 | 2B | 5B | 20 | 20 | 53 | 25 |
| Octal | 256 | 143 | 20 | 0 | 53 | 133 | 40 | 40 | 123 | 45 |
| Binary | 10101110 | 1100011 | 10000 | 0 | 101011 | 1011011 | 100000 | 100000 | 1010011 | 100101 |
Color Harmonies of #AE6310
Complementary color
Monochromatic Colors of #AE6310
Black with #AE6310
Text Example
Text Example
White with #AE6310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6310; }
p { color: rgb(174,99,16); }
H1.HeaderClassName
{
color: #AE6310;
}
.AnyTagClassName
{
color: #AE6310;
}
</style>
background-color css
<style>
a { background-color: #AE6310; }
a { background-color: rgb(174,99,16); }
div.DivClassName
{
background-color: #AE6310;
}
.BgClassName
{
background-color: #AE6310;
}
</style>
border-color css
<style>
span { border-color: #AE6310; }
span { border-color: rgb(174,99,16); }
td.TdClassName
{
border-color: #AE6310;
}
.TagClassName
{
border-color: #AE6310;
}
</style>