Shades of Dark Goldenrod #AE730F
Tints of Dark Goldenrod #AE730F
RGB
CMYK
RGB Variations
Color information
#AE730F (or 0xAE730F) is known color: Dark Goldenrod. HEX triplet: AE, 73 and 0F. RGB value is (174,115,15). Sum of RGB (Red+Green+Blue) = 174+115+15=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE730F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE730F is #518CF0. Grayscale: #797979. Windows color (decimal): -5344497 or 1012654. OLE color: 1012654.
HSL color Cylindrical-coordinate representation of color #AE730F: hue angle of 37.74º 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 #AE730F is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 15 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.32 |
| HSL | 37.74º | 0.84% | 0.37% | - |
| HSV(B) | 37.74º | 0.91% | 0.68% | - |
| XYZ | 23.67 | 21.29 | 3.31 | - |
| YUV | 121.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 15 | 0 | 0.34 | 0.91 | 0.32 | 37.74 | 0.84 | 0.37 |
| Hex | AE | 73 | F | 0 | 22 | 5B | 20 | 26 | 54 | 25 |
| Octal | 256 | 163 | 17 | 0 | 42 | 133 | 40 | 46 | 124 | 45 |
| Binary | 10101110 | 1110011 | 1111 | 0 | 100010 | 1011011 | 100000 | 100110 | 1010100 | 100101 |
Color Harmonies of #AE730F
Complementary color
Monochromatic Colors of #AE730F
Black with #AE730F
Text Example
Text Example
White with #AE730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE730F; }
p { color: rgb(174,115,15); }
H1.HeaderClassName
{
color: #AE730F;
}
.AnyTagClassName
{
color: #AE730F;
}
</style>
background-color css
<style>
a { background-color: #AE730F; }
a { background-color: rgb(174,115,15); }
div.DivClassName
{
background-color: #AE730F;
}
.BgClassName
{
background-color: #AE730F;
}
</style>
border-color css
<style>
span { border-color: #AE730F; }
span { border-color: rgb(174,115,15); }
td.TdClassName
{
border-color: #AE730F;
}
.TagClassName
{
border-color: #AE730F;
}
</style>