Shades of Dark Goldenrod #AE880F
Tints of Dark Goldenrod #AE880F
RGB
CMYK
RGB Variations
Color information
#AE880F (or 0xAE880F) is known color: Dark Goldenrod. HEX triplet: AE, 88 and 0F. RGB value is (174,136,15). Sum of RGB (Red+Green+Blue) = 174+136+15=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE880F is #5177F0. Grayscale: #868686. Windows color (decimal): -5339121 or 1018030. OLE color: 1018030.
HSL color Cylindrical-coordinate representation of color #AE880F: hue angle of 45.66º degrees, saturation: 0.84, 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 #AE880F is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 136 | 15 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.32 |
| HSL | 45.66º | 0.84% | 0.37% | - |
| HSV(B) | 45.66º | 0.91% | 0.68% | - |
| XYZ | 26.35 | 26.64 | 4.21 | - |
| YUV | 133.57 | 61.09 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 15 | 0 | 0.22 | 0.91 | 0.32 | 45.66 | 0.84 | 0.37 |
| Hex | AE | 88 | F | 0 | 16 | 5B | 20 | 2E | 54 | 25 |
| Octal | 256 | 210 | 17 | 0 | 26 | 133 | 40 | 56 | 124 | 45 |
| Binary | 10101110 | 10001000 | 1111 | 0 | 10110 | 1011011 | 100000 | 101110 | 1010100 | 100101 |
Color Harmonies of #AE880F
Complementary color
Monochromatic Colors of #AE880F
Black with #AE880F
Text Example
Text Example
White with #AE880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE880F; }
p { color: rgb(174,136,15); }
H1.HeaderClassName
{
color: #AE880F;
}
.AnyTagClassName
{
color: #AE880F;
}
</style>
background-color css
<style>
a { background-color: #AE880F; }
a { background-color: rgb(174,136,15); }
div.DivClassName
{
background-color: #AE880F;
}
.BgClassName
{
background-color: #AE880F;
}
</style>
border-color css
<style>
span { border-color: #AE880F; }
span { border-color: rgb(174,136,15); }
td.TdClassName
{
border-color: #AE880F;
}
.TagClassName
{
border-color: #AE880F;
}
</style>