Shades of Dark Goldenrod #AE890C
Tints of Dark Goldenrod #AE890C
RGB
CMYK
RGB Variations
Color information
#AE890C (or 0xAE890C) is known color: Dark Goldenrod. HEX triplet: AE, 89 and 0C. RGB value is (174,137,12). Sum of RGB (Red+Green+Blue) = 174+137+12=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE890C is #5176F3. Grayscale: #868686. Windows color (decimal): -5338868 or 821678. OLE color: 821678.
HSL color Cylindrical-coordinate representation of color #AE890C: hue angle of 46.3º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE890C is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 137 | 12 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.32 |
| HSL | 46.3º | 0.87% | 0.36% | - |
| HSV(B) | 46.3º | 0.93% | 0.68% | - |
| XYZ | 26.47 | 26.92 | 4.15 | - |
| YUV | 133.81 | 59.26 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 137 | 12 | 0 | 0.21 | 0.93 | 0.32 | 46.3 | 0.87 | 0.36 |
| Hex | AE | 89 | C | 0 | 15 | 5D | 20 | 2E | 57 | 24 |
| Octal | 256 | 211 | 14 | 0 | 25 | 135 | 40 | 56 | 127 | 44 |
| Binary | 10101110 | 10001001 | 1100 | 0 | 10101 | 1011101 | 100000 | 101110 | 1010111 | 100100 |
Color Harmonies of #AE890C
Complementary color
Monochromatic Colors of #AE890C
Black with #AE890C
Text Example
Text Example
White with #AE890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE890C; }
p { color: rgb(174,137,12); }
H1.HeaderClassName
{
color: #AE890C;
}
.AnyTagClassName
{
color: #AE890C;
}
</style>
background-color css
<style>
a { background-color: #AE890C; }
a { background-color: rgb(174,137,12); }
div.DivClassName
{
background-color: #AE890C;
}
.BgClassName
{
background-color: #AE890C;
}
</style>
border-color css
<style>
span { border-color: #AE890C; }
span { border-color: rgb(174,137,12); }
td.TdClassName
{
border-color: #AE890C;
}
.TagClassName
{
border-color: #AE890C;
}
</style>