Shades of Dark Goldenrod #AE8F00
Tints of Dark Goldenrod #AE8F00
RGB
CMYK
RGB Variations
Color information
#AE8F00 (or 0xAE8F00) is known color: Dark Goldenrod. HEX triplet: AE, 8F and 00. RGB value is (174,143,0). Sum of RGB (Red+Green+Blue) = 174+143+0=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8F00 is #5170FF. Grayscale: #888888. Windows color (decimal): -5337344 or 36782. OLE color: 36782.
HSL color Cylindrical-coordinate representation of color #AE8F00: hue angle of 49.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE8F00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.32 |
| HSL | 49.31º | 1% | 0.34% | - |
| HSV(B) | 49.31º | 1% | 0.68% | - |
| XYZ | 27.28 | 28.64 | 4.09 | - |
| YUV | 135.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 0 | 0 | 0.18 | 1 | 0.32 | 49.31 | 1 | 0.34 |
| Hex | AE | 8F | 0 | 0 | 12 | 64 | 20 | 31 | 64 | 22 |
| Octal | 256 | 217 | 0 | 0 | 22 | 144 | 40 | 61 | 144 | 42 |
| Binary | 10101110 | 10001111 | 0 | 0 | 10010 | 1100100 | 100000 | 110001 | 1100100 | 100010 |
Color Harmonies of #AE8F00
Complementary color
Monochromatic Colors of #AE8F00
Black with #AE8F00
Text Example
Text Example
White with #AE8F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F00; }
p { color: rgb(174,143,0); }
H1.HeaderClassName
{
color: #AE8F00;
}
.AnyTagClassName
{
color: #AE8F00;
}
</style>
background-color css
<style>
a { background-color: #AE8F00; }
a { background-color: rgb(174,143,0); }
div.DivClassName
{
background-color: #AE8F00;
}
.BgClassName
{
background-color: #AE8F00;
}
</style>
border-color css
<style>
span { border-color: #AE8F00; }
span { border-color: rgb(174,143,0); }
td.TdClassName
{
border-color: #AE8F00;
}
.TagClassName
{
border-color: #AE8F00;
}
</style>