Shades of Dark Goldenrod #AE900C
Tints of Dark Goldenrod #AE900C
RGB
CMYK
RGB Variations
Color information
#AE900C (or 0xAE900C) is known color: Dark Goldenrod. HEX triplet: AE, 90 and 0C. RGB value is (174,144,12). Sum of RGB (Red+Green+Blue) = 174+144+12=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE900C is #516FF3. Grayscale: #8A8A8A. Windows color (decimal): -5337076 or 823470. OLE color: 823470.
HSL color Cylindrical-coordinate representation of color #AE900C: hue angle of 48.89º 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 #AE900C is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 12 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.32 |
| HSL | 48.89º | 0.87% | 0.36% | - |
| HSV(B) | 48.89º | 0.93% | 0.68% | - |
| XYZ | 27.5 | 28.97 | 4.49 | - |
| YUV | 137.92 | 56.94 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 12 | 0 | 0.17 | 0.93 | 0.32 | 48.89 | 0.87 | 0.36 |
| Hex | AE | 90 | C | 0 | 11 | 5D | 20 | 31 | 57 | 24 |
| Octal | 256 | 220 | 14 | 0 | 21 | 135 | 40 | 61 | 127 | 44 |
| Binary | 10101110 | 10010000 | 1100 | 0 | 10001 | 1011101 | 100000 | 110001 | 1010111 | 100100 |
Color Harmonies of #AE900C
Complementary color
Monochromatic Colors of #AE900C
Black with #AE900C
Text Example
Text Example
White with #AE900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE900C; }
p { color: rgb(174,144,12); }
H1.HeaderClassName
{
color: #AE900C;
}
.AnyTagClassName
{
color: #AE900C;
}
</style>
background-color css
<style>
a { background-color: #AE900C; }
a { background-color: rgb(174,144,12); }
div.DivClassName
{
background-color: #AE900C;
}
.BgClassName
{
background-color: #AE900C;
}
</style>
border-color css
<style>
span { border-color: #AE900C; }
span { border-color: rgb(174,144,12); }
td.TdClassName
{
border-color: #AE900C;
}
.TagClassName
{
border-color: #AE900C;
}
</style>