Shades of Dark Goldenrod #AE900E
Tints of Dark Goldenrod #AE900E
RGB
CMYK
RGB Variations
Color information
#AE900E (or 0xAE900E) is known color: Dark Goldenrod. HEX triplet: AE, 90 and 0E. RGB value is (174,144,14). Sum of RGB (Red+Green+Blue) = 174+144+14=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE900E is #516FF1. Grayscale: #8A8A8A. Windows color (decimal): -5337074 or 954542. OLE color: 954542.
HSL color Cylindrical-coordinate representation of color #AE900E: hue angle of 48.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE900E is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 14 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.32 |
| HSL | 48.75º | 0.85% | 0.37% | - |
| HSV(B) | 48.75º | 0.92% | 0.68% | - |
| XYZ | 27.51 | 28.98 | 4.56 | - |
| YUV | 138.15 | 57.94 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 14 | 0 | 0.17 | 0.92 | 0.32 | 48.75 | 0.85 | 0.37 |
| Hex | AE | 90 | E | 0 | 11 | 5C | 20 | 31 | 55 | 25 |
| Octal | 256 | 220 | 16 | 0 | 21 | 134 | 40 | 61 | 125 | 45 |
| Binary | 10101110 | 10010000 | 1110 | 0 | 10001 | 1011100 | 100000 | 110001 | 1010101 | 100101 |
Color Harmonies of #AE900E
Complementary color
Monochromatic Colors of #AE900E
Black with #AE900E
Text Example
Text Example
White with #AE900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE900E; }
p { color: rgb(174,144,14); }
H1.HeaderClassName
{
color: #AE900E;
}
.AnyTagClassName
{
color: #AE900E;
}
</style>
background-color css
<style>
a { background-color: #AE900E; }
a { background-color: rgb(174,144,14); }
div.DivClassName
{
background-color: #AE900E;
}
.BgClassName
{
background-color: #AE900E;
}
</style>
border-color css
<style>
span { border-color: #AE900E; }
span { border-color: rgb(174,144,14); }
td.TdClassName
{
border-color: #AE900E;
}
.TagClassName
{
border-color: #AE900E;
}
</style>