Shades of Golden Brown #AE6410
Tints of Golden Brown #AE6410
RGB
CMYK
RGB Variations
Color information
#AE6410 (or 0xAE6410) is known color: Golden Brown. HEX triplet: AE, 64 and 10. RGB value is (174,100,16). Sum of RGB (Red+Green+Blue) = 174+100+16=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6410 is #519BEF. Grayscale: #707070. Windows color (decimal): -5348336 or 1074350. OLE color: 1074350.
HSL color Cylindrical-coordinate representation of color #AE6410: hue angle of 31.9º 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 #AE6410 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 16 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.32 |
| HSL | 31.9º | 0.83% | 0.37% | - |
| HSV(B) | 31.9º | 0.91% | 0.68% | - |
| XYZ | 22.11 | 18.15 | 2.83 | - |
| YUV | 112.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 16 | 0 | 0.43 | 0.91 | 0.32 | 31.9 | 0.83 | 0.37 |
| Hex | AE | 64 | 10 | 0 | 2B | 5B | 20 | 20 | 53 | 25 |
| Octal | 256 | 144 | 20 | 0 | 53 | 133 | 40 | 40 | 123 | 45 |
| Binary | 10101110 | 1100100 | 10000 | 0 | 101011 | 1011011 | 100000 | 100000 | 1010011 | 100101 |
Color Harmonies of #AE6410
Complementary color
Monochromatic Colors of #AE6410
Black with #AE6410
Text Example
Text Example
White with #AE6410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6410; }
p { color: rgb(174,100,16); }
H1.HeaderClassName
{
color: #AE6410;
}
.AnyTagClassName
{
color: #AE6410;
}
</style>
background-color css
<style>
a { background-color: #AE6410; }
a { background-color: rgb(174,100,16); }
div.DivClassName
{
background-color: #AE6410;
}
.BgClassName
{
background-color: #AE6410;
}
</style>
border-color css
<style>
span { border-color: #AE6410; }
span { border-color: rgb(174,100,16); }
td.TdClassName
{
border-color: #AE6410;
}
.TagClassName
{
border-color: #AE6410;
}
</style>