Shades of Dark Goldenrod #AE8A0A
Tints of Dark Goldenrod #AE8A0A
RGB
CMYK
RGB Variations
Color information
#AE8A0A (or 0xAE8A0A) is known color: Dark Goldenrod. HEX triplet: AE, 8A and 0A. RGB value is (174,138,10). Sum of RGB (Red+Green+Blue) = 174+138+10=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8A0A is #5175F5. Grayscale: #868686. Windows color (decimal): -5338614 or 690862. OLE color: 690862.
HSL color Cylindrical-coordinate representation of color #AE8A0A: hue angle of 46.83º 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 #AE8A0A is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 10 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.32 |
| HSL | 46.83º | 0.89% | 0.36% | - |
| HSV(B) | 46.83º | 0.94% | 0.68% | - |
| XYZ | 26.6 | 27.2 | 4.13 | - |
| YUV | 134.17 | 57.93 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 10 | 0 | 0.21 | 0.94 | 0.32 | 46.83 | 0.89 | 0.36 |
| Hex | AE | 8A | A | 0 | 15 | 5E | 20 | 2F | 59 | 24 |
| Octal | 256 | 212 | 12 | 0 | 25 | 136 | 40 | 57 | 131 | 44 |
| Binary | 10101110 | 10001010 | 1010 | 0 | 10101 | 1011110 | 100000 | 101111 | 1011001 | 100100 |
Color Harmonies of #AE8A0A
Complementary color
Monochromatic Colors of #AE8A0A
Black with #AE8A0A
Text Example
Text Example
White with #AE8A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8A0A; }
p { color: rgb(174,138,10); }
H1.HeaderClassName
{
color: #AE8A0A;
}
.AnyTagClassName
{
color: #AE8A0A;
}
</style>
background-color css
<style>
a { background-color: #AE8A0A; }
a { background-color: rgb(174,138,10); }
div.DivClassName
{
background-color: #AE8A0A;
}
.BgClassName
{
background-color: #AE8A0A;
}
</style>
border-color css
<style>
span { border-color: #AE8A0A; }
span { border-color: rgb(174,138,10); }
td.TdClassName
{
border-color: #AE8A0A;
}
.TagClassName
{
border-color: #AE8A0A;
}
</style>