Shades of Golden Brown #AE680A
Tints of Golden Brown #AE680A
RGB
CMYK
RGB Variations
Color information
#AE680A (or 0xAE680A) is known color: Golden Brown. HEX triplet: AE, 68 and 0A. RGB value is (174,104,10). Sum of RGB (Red+Green+Blue) = 174+104+10=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE680A is #5197F5. Grayscale: #727272. Windows color (decimal): -5347318 or 682158. OLE color: 682158.
HSL color Cylindrical-coordinate representation of color #AE680A: hue angle of 34.39º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE680A is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 10 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.32 |
| HSL | 34.39º | 0.89% | 0.36% | - |
| HSV(B) | 34.39º | 0.94% | 0.68% | - |
| XYZ | 22.46 | 18.92 | 2.76 | - |
| YUV | 114.21 | 69.19 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 10 | 0 | 0.40 | 0.94 | 0.32 | 34.39 | 0.89 | 0.36 |
| Hex | AE | 68 | A | 0 | 28 | 5E | 20 | 22 | 59 | 24 |
| Octal | 256 | 150 | 12 | 0 | 50 | 136 | 40 | 42 | 131 | 44 |
| Binary | 10101110 | 1101000 | 1010 | 0 | 101000 | 1011110 | 100000 | 100010 | 1011001 | 100100 |
Color Harmonies of #AE680A
Complementary color
Monochromatic Colors of #AE680A
Black with #AE680A
Text Example
Text Example
White with #AE680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE680A; }
p { color: rgb(174,104,10); }
H1.HeaderClassName
{
color: #AE680A;
}
.AnyTagClassName
{
color: #AE680A;
}
</style>
background-color css
<style>
a { background-color: #AE680A; }
a { background-color: rgb(174,104,10); }
div.DivClassName
{
background-color: #AE680A;
}
.BgClassName
{
background-color: #AE680A;
}
</style>
border-color css
<style>
span { border-color: #AE680A; }
span { border-color: rgb(174,104,10); }
td.TdClassName
{
border-color: #AE680A;
}
.TagClassName
{
border-color: #AE680A;
}
</style>