Shades of Dark Goldenrod #AE8F02
Tints of Dark Goldenrod #AE8F02
RGB
CMYK
RGB Variations
Color information
#AE8F02 (or 0xAE8F02) is known color: Dark Goldenrod. HEX triplet: AE, 8F and 02. RGB value is (174,143,2). Sum of RGB (Red+Green+Blue) = 174+143+2=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8F02 is #5170FD. Grayscale: #888888. Windows color (decimal): -5337342 or 167854. OLE color: 167854.
HSL color Cylindrical-coordinate representation of color #AE8F02: hue angle of 49.19º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE8F02 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.32 |
| HSL | 49.19º | 0.98% | 0.35% | - |
| HSV(B) | 49.19º | 0.99% | 0.68% | - |
| XYZ | 27.29 | 28.65 | 4.15 | - |
| YUV | 136.2 | 52.27 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 2 | 0 | 0.18 | 0.99 | 0.32 | 49.19 | 0.98 | 0.35 |
| Hex | AE | 8F | 2 | 0 | 12 | 63 | 20 | 31 | 62 | 23 |
| Octal | 256 | 217 | 2 | 0 | 22 | 143 | 40 | 61 | 142 | 43 |
| Binary | 10101110 | 10001111 | 10 | 0 | 10010 | 1100011 | 100000 | 110001 | 1100010 | 100011 |
Color Harmonies of #AE8F02
Complementary color
Monochromatic Colors of #AE8F02
Black with #AE8F02
Text Example
Text Example
White with #AE8F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F02; }
p { color: rgb(174,143,2); }
H1.HeaderClassName
{
color: #AE8F02;
}
.AnyTagClassName
{
color: #AE8F02;
}
</style>
background-color css
<style>
a { background-color: #AE8F02; }
a { background-color: rgb(174,143,2); }
div.DivClassName
{
background-color: #AE8F02;
}
.BgClassName
{
background-color: #AE8F02;
}
</style>
border-color css
<style>
span { border-color: #AE8F02; }
span { border-color: rgb(174,143,2); }
td.TdClassName
{
border-color: #AE8F02;
}
.TagClassName
{
border-color: #AE8F02;
}
</style>