Shades of Dark Goldenrod #AE8C07
Tints of Dark Goldenrod #AE8C07
RGB
CMYK
RGB Variations
Color information
#AE8C07 (or 0xAE8C07) is known color: Dark Goldenrod. HEX triplet: AE, 8C and 07. RGB value is (174,140,7). Sum of RGB (Red+Green+Blue) = 174+140+7=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8C07 is #5173F8. Grayscale: #878787. Windows color (decimal): -5338105 or 494766. OLE color: 494766.
HSL color Cylindrical-coordinate representation of color #AE8C07: hue angle of 47.78º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE8C07 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 7 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.32 |
| HSL | 47.78º | 0.92% | 0.35% | - |
| HSV(B) | 47.78º | 0.96% | 0.68% | - |
| XYZ | 26.87 | 27.77 | 4.14 | - |
| YUV | 135 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 7 | 0 | 0.20 | 0.96 | 0.32 | 47.78 | 0.92 | 0.35 |
| Hex | AE | 8C | 7 | 0 | 14 | 60 | 20 | 30 | 5C | 23 |
| Octal | 256 | 214 | 7 | 0 | 24 | 140 | 40 | 60 | 134 | 43 |
| Binary | 10101110 | 10001100 | 111 | 0 | 10100 | 1100000 | 100000 | 110000 | 1011100 | 100011 |
Color Harmonies of #AE8C07
Complementary color
Monochromatic Colors of #AE8C07
Black with #AE8C07
Text Example
Text Example
White with #AE8C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C07; }
p { color: rgb(174,140,7); }
H1.HeaderClassName
{
color: #AE8C07;
}
.AnyTagClassName
{
color: #AE8C07;
}
</style>
background-color css
<style>
a { background-color: #AE8C07; }
a { background-color: rgb(174,140,7); }
div.DivClassName
{
background-color: #AE8C07;
}
.BgClassName
{
background-color: #AE8C07;
}
</style>
border-color css
<style>
span { border-color: #AE8C07; }
span { border-color: rgb(174,140,7); }
td.TdClassName
{
border-color: #AE8C07;
}
.TagClassName
{
border-color: #AE8C07;
}
</style>