Shades of Dark Goldenrod #AE8F0D
Tints of Dark Goldenrod #AE8F0D
RGB
CMYK
RGB Variations
Color information
#AE8F0D (or 0xAE8F0D) is known color: Dark Goldenrod. HEX triplet: AE, 8F and 0D. RGB value is (174,143,13). Sum of RGB (Red+Green+Blue) = 174+143+13=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8F0D is #5170F2. Grayscale: #8A8A8A. Windows color (decimal): -5337331 or 888750. OLE color: 888750.
HSL color Cylindrical-coordinate representation of color #AE8F0D: hue angle of 48.45º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE8F0D is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 13 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.32 |
| HSL | 48.45º | 0.86% | 0.37% | - |
| HSV(B) | 48.45º | 0.93% | 0.68% | - |
| XYZ | 27.35 | 28.67 | 4.47 | - |
| YUV | 137.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 13 | 0 | 0.18 | 0.93 | 0.32 | 48.45 | 0.86 | 0.37 |
| Hex | AE | 8F | D | 0 | 12 | 5D | 20 | 30 | 56 | 25 |
| Octal | 256 | 217 | 15 | 0 | 22 | 135 | 40 | 60 | 126 | 45 |
| Binary | 10101110 | 10001111 | 1101 | 0 | 10010 | 1011101 | 100000 | 110000 | 1010110 | 100101 |
Color Harmonies of #AE8F0D
Complementary color
Monochromatic Colors of #AE8F0D
Black with #AE8F0D
Text Example
Text Example
White with #AE8F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F0D; }
p { color: rgb(174,143,13); }
H1.HeaderClassName
{
color: #AE8F0D;
}
.AnyTagClassName
{
color: #AE8F0D;
}
</style>
background-color css
<style>
a { background-color: #AE8F0D; }
a { background-color: rgb(174,143,13); }
div.DivClassName
{
background-color: #AE8F0D;
}
.BgClassName
{
background-color: #AE8F0D;
}
</style>
border-color css
<style>
span { border-color: #AE8F0D; }
span { border-color: rgb(174,143,13); }
td.TdClassName
{
border-color: #AE8F0D;
}
.TagClassName
{
border-color: #AE8F0D;
}
</style>