Shades of Dark Goldenrod #AE8F0A
Tints of Dark Goldenrod #AE8F0A
RGB
CMYK
RGB Variations
Color information
#AE8F0A (or 0xAE8F0A) is known color: Dark Goldenrod. HEX triplet: AE, 8F and 0A. RGB value is (174,143,10). Sum of RGB (Red+Green+Blue) = 174+143+10=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8F0A is #5170F5. Grayscale: #898989. Windows color (decimal): -5337334 or 692142. OLE color: 692142.
HSL color Cylindrical-coordinate representation of color #AE8F0A: hue angle of 48.66º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE8F0A is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 10 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.32 |
| HSL | 48.66º | 0.89% | 0.36% | - |
| HSV(B) | 48.66º | 0.94% | 0.68% | - |
| XYZ | 27.33 | 28.67 | 4.38 | - |
| YUV | 137.11 | 56.27 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 10 | 0 | 0.18 | 0.94 | 0.32 | 48.66 | 0.89 | 0.36 |
| Hex | AE | 8F | A | 0 | 12 | 5E | 20 | 31 | 59 | 24 |
| Octal | 256 | 217 | 12 | 0 | 22 | 136 | 40 | 61 | 131 | 44 |
| Binary | 10101110 | 10001111 | 1010 | 0 | 10010 | 1011110 | 100000 | 110001 | 1011001 | 100100 |
Color Harmonies of #AE8F0A
Complementary color
Monochromatic Colors of #AE8F0A
Black with #AE8F0A
Text Example
Text Example
White with #AE8F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F0A; }
p { color: rgb(174,143,10); }
H1.HeaderClassName
{
color: #AE8F0A;
}
.AnyTagClassName
{
color: #AE8F0A;
}
</style>
background-color css
<style>
a { background-color: #AE8F0A; }
a { background-color: rgb(174,143,10); }
div.DivClassName
{
background-color: #AE8F0A;
}
.BgClassName
{
background-color: #AE8F0A;
}
</style>
border-color css
<style>
span { border-color: #AE8F0A; }
span { border-color: rgb(174,143,10); }
td.TdClassName
{
border-color: #AE8F0A;
}
.TagClassName
{
border-color: #AE8F0A;
}
</style>