Shades of Dark Goldenrod #AE8F01
Tints of Dark Goldenrod #AE8F01
RGB
CMYK
RGB Variations
Color information
#AE8F01 (or 0xAE8F01) is known color: Dark Goldenrod. HEX triplet: AE, 8F and 01. RGB value is (174,143,1). Sum of RGB (Red+Green+Blue) = 174+143+1=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8F01 is #5170FE. Grayscale: #888888. Windows color (decimal): -5337343 or 102318. OLE color: 102318.
HSL color Cylindrical-coordinate representation of color #AE8F01: hue angle of 49.25º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE8F01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.32 |
| HSL | 49.25º | 0.99% | 0.34% | - |
| HSV(B) | 49.25º | 0.99% | 0.68% | - |
| XYZ | 27.28 | 28.65 | 4.12 | - |
| YUV | 136.08 | 51.77 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 1 | 0 | 0.18 | 0.99 | 0.32 | 49.25 | 0.99 | 0.34 |
| Hex | AE | 8F | 1 | 0 | 12 | 63 | 20 | 31 | 63 | 22 |
| Octal | 256 | 217 | 1 | 0 | 22 | 143 | 40 | 61 | 143 | 42 |
| Binary | 10101110 | 10001111 | 1 | 0 | 10010 | 1100011 | 100000 | 110001 | 1100011 | 100010 |
Color Harmonies of #AE8F01
Complementary color
Monochromatic Colors of #AE8F01
Black with #AE8F01
Text Example
Text Example
White with #AE8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F01; }
p { color: rgb(174,143,1); }
H1.HeaderClassName
{
color: #AE8F01;
}
.AnyTagClassName
{
color: #AE8F01;
}
</style>
background-color css
<style>
a { background-color: #AE8F01; }
a { background-color: rgb(174,143,1); }
div.DivClassName
{
background-color: #AE8F01;
}
.BgClassName
{
background-color: #AE8F01;
}
</style>
border-color css
<style>
span { border-color: #AE8F01; }
span { border-color: rgb(174,143,1); }
td.TdClassName
{
border-color: #AE8F01;
}
.TagClassName
{
border-color: #AE8F01;
}
</style>