Shades of Dark Goldenrod #AE8C09
Tints of Dark Goldenrod #AE8C09
RGB
CMYK
RGB Variations
Color information
#AE8C09 (or 0xAE8C09) is known color: Dark Goldenrod. HEX triplet: AE, 8C and 09. RGB value is (174,140,9). Sum of RGB (Red+Green+Blue) = 174+140+9=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8C09 is #5173F6. Grayscale: #878787. Windows color (decimal): -5338103 or 625838. OLE color: 625838.
HSL color Cylindrical-coordinate representation of color #AE8C09: hue angle of 47.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE8C09 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 9 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.32 |
| HSL | 47.64º | 0.9% | 0.36% | - |
| HSV(B) | 47.64º | 0.95% | 0.68% | - |
| XYZ | 26.88 | 27.77 | 4.2 | - |
| YUV | 135.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 9 | 0 | 0.20 | 0.95 | 0.32 | 47.64 | 0.9 | 0.36 |
| Hex | AE | 8C | 9 | 0 | 14 | 5F | 20 | 30 | 5A | 24 |
| Octal | 256 | 214 | 11 | 0 | 24 | 137 | 40 | 60 | 132 | 44 |
| Binary | 10101110 | 10001100 | 1001 | 0 | 10100 | 1011111 | 100000 | 110000 | 1011010 | 100100 |
Color Harmonies of #AE8C09
Complementary color
Monochromatic Colors of #AE8C09
Black with #AE8C09
Text Example
Text Example
White with #AE8C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C09; }
p { color: rgb(174,140,9); }
H1.HeaderClassName
{
color: #AE8C09;
}
.AnyTagClassName
{
color: #AE8C09;
}
</style>
background-color css
<style>
a { background-color: #AE8C09; }
a { background-color: rgb(174,140,9); }
div.DivClassName
{
background-color: #AE8C09;
}
.BgClassName
{
background-color: #AE8C09;
}
</style>
border-color css
<style>
span { border-color: #AE8C09; }
span { border-color: rgb(174,140,9); }
td.TdClassName
{
border-color: #AE8C09;
}
.TagClassName
{
border-color: #AE8C09;
}
</style>