Shades of Dark Goldenrod #AE8F10
Tints of Dark Goldenrod #AE8F10
RGB
CMYK
RGB Variations
Color information
#AE8F10 (or 0xAE8F10) is known color: Dark Goldenrod. HEX triplet: AE, 8F and 10. RGB value is (174,143,16). Sum of RGB (Red+Green+Blue) = 174+143+16=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8F10 is #5170EF. Grayscale: #8A8A8A. Windows color (decimal): -5337328 or 1085358. OLE color: 1085358.
HSL color Cylindrical-coordinate representation of color #AE8F10: hue angle of 48.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE8F10 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 16 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.32 |
| HSL | 48.23º | 0.83% | 0.37% | - |
| HSV(B) | 48.23º | 0.91% | 0.68% | - |
| XYZ | 27.37 | 28.68 | 4.58 | - |
| YUV | 137.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 16 | 0 | 0.18 | 0.91 | 0.32 | 48.23 | 0.83 | 0.37 |
| Hex | AE | 8F | 10 | 0 | 12 | 5B | 20 | 30 | 53 | 25 |
| Octal | 256 | 217 | 20 | 0 | 22 | 133 | 40 | 60 | 123 | 45 |
| Binary | 10101110 | 10001111 | 10000 | 0 | 10010 | 1011011 | 100000 | 110000 | 1010011 | 100101 |
Color Harmonies of #AE8F10
Complementary color
Monochromatic Colors of #AE8F10
Black with #AE8F10
Text Example
Text Example
White with #AE8F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F10; }
p { color: rgb(174,143,16); }
H1.HeaderClassName
{
color: #AE8F10;
}
.AnyTagClassName
{
color: #AE8F10;
}
</style>
background-color css
<style>
a { background-color: #AE8F10; }
a { background-color: rgb(174,143,16); }
div.DivClassName
{
background-color: #AE8F10;
}
.BgClassName
{
background-color: #AE8F10;
}
</style>
border-color css
<style>
span { border-color: #AE8F10; }
span { border-color: rgb(174,143,16); }
td.TdClassName
{
border-color: #AE8F10;
}
.TagClassName
{
border-color: #AE8F10;
}
</style>