Shades of Dark Goldenrod #AE910C
Tints of Dark Goldenrod #AE910C
RGB
CMYK
RGB Variations
Color information
#AE910C (or 0xAE910C) is known color: Dark Goldenrod. HEX triplet: AE, 91 and 0C. RGB value is (174,145,12). Sum of RGB (Red+Green+Blue) = 174+145+12=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE910C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE910C is #516EF3. Grayscale: #8B8B8B. Windows color (decimal): -5336820 or 823726. OLE color: 823726.
HSL color Cylindrical-coordinate representation of color #AE910C: hue angle of 49.26º 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 #AE910C is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 12 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.32 |
| HSL | 49.26º | 0.87% | 0.36% | - |
| HSV(B) | 49.26º | 0.93% | 0.68% | - |
| XYZ | 27.65 | 29.28 | 4.54 | - |
| YUV | 138.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 12 | 0 | 0.17 | 0.93 | 0.32 | 49.26 | 0.87 | 0.36 |
| Hex | AE | 91 | C | 0 | 11 | 5D | 20 | 31 | 57 | 24 |
| Octal | 256 | 221 | 14 | 0 | 21 | 135 | 40 | 61 | 127 | 44 |
| Binary | 10101110 | 10010001 | 1100 | 0 | 10001 | 1011101 | 100000 | 110001 | 1010111 | 100100 |
Color Harmonies of #AE910C
Complementary color
Monochromatic Colors of #AE910C
Black with #AE910C
Text Example
Text Example
White with #AE910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE910C; }
p { color: rgb(174,145,12); }
H1.HeaderClassName
{
color: #AE910C;
}
.AnyTagClassName
{
color: #AE910C;
}
</style>
background-color css
<style>
a { background-color: #AE910C; }
a { background-color: rgb(174,145,12); }
div.DivClassName
{
background-color: #AE910C;
}
.BgClassName
{
background-color: #AE910C;
}
</style>
border-color css
<style>
span { border-color: #AE910C; }
span { border-color: rgb(174,145,12); }
td.TdClassName
{
border-color: #AE910C;
}
.TagClassName
{
border-color: #AE910C;
}
</style>