Shades of Dark Goldenrod #AE7A0D
Tints of Dark Goldenrod #AE7A0D
RGB
CMYK
RGB Variations
Color information
#AE7A0D (or 0xAE7A0D) is known color: Dark Goldenrod. HEX triplet: AE, 7A and 0D. RGB value is (174,122,13). Sum of RGB (Red+Green+Blue) = 174+122+13=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7A0D is #5185F2. Grayscale: #7D7D7D. Windows color (decimal): -5342707 or 883374. OLE color: 883374.
HSL color Cylindrical-coordinate representation of color #AE7A0D: hue angle of 40.62º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE7A0D is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 13 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.32 |
| HSL | 40.62º | 0.86% | 0.37% | - |
| HSV(B) | 40.62º | 0.93% | 0.68% | - |
| XYZ | 24.49 | 22.95 | 3.52 | - |
| YUV | 125.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 13 | 0 | 0.30 | 0.93 | 0.32 | 40.62 | 0.86 | 0.37 |
| Hex | AE | 7A | D | 0 | 1E | 5D | 20 | 29 | 56 | 25 |
| Octal | 256 | 172 | 15 | 0 | 36 | 135 | 40 | 51 | 126 | 45 |
| Binary | 10101110 | 1111010 | 1101 | 0 | 11110 | 1011101 | 100000 | 101001 | 1010110 | 100101 |
Color Harmonies of #AE7A0D
Complementary color
Monochromatic Colors of #AE7A0D
Black with #AE7A0D
Text Example
Text Example
White with #AE7A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7A0D; }
p { color: rgb(174,122,13); }
H1.HeaderClassName
{
color: #AE7A0D;
}
.AnyTagClassName
{
color: #AE7A0D;
}
</style>
background-color css
<style>
a { background-color: #AE7A0D; }
a { background-color: rgb(174,122,13); }
div.DivClassName
{
background-color: #AE7A0D;
}
.BgClassName
{
background-color: #AE7A0D;
}
</style>
border-color css
<style>
span { border-color: #AE7A0D; }
span { border-color: rgb(174,122,13); }
td.TdClassName
{
border-color: #AE7A0D;
}
.TagClassName
{
border-color: #AE7A0D;
}
</style>