Shades of Dark Goldenrod #AE830A
Tints of Dark Goldenrod #AE830A
RGB
CMYK
RGB Variations
Color information
#AE830A (or 0xAE830A) is known color: Dark Goldenrod. HEX triplet: AE, 83 and 0A. RGB value is (174,131,10). Sum of RGB (Red+Green+Blue) = 174+131+10=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE830A is #517CF5. Grayscale: #828282. Windows color (decimal): -5340406 or 689070. OLE color: 689070.
HSL color Cylindrical-coordinate representation of color #AE830A: hue angle of 44.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE830A is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 131 | 10 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.32 |
| HSL | 44.27º | 0.89% | 0.36% | - |
| HSV(B) | 44.27º | 0.94% | 0.68% | - |
| XYZ | 25.63 | 25.25 | 3.81 | - |
| YUV | 130.06 | 60.25 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 131 | 10 | 0 | 0.25 | 0.94 | 0.32 | 44.27 | 0.89 | 0.36 |
| Hex | AE | 83 | A | 0 | 19 | 5E | 20 | 2C | 59 | 24 |
| Octal | 256 | 203 | 12 | 0 | 31 | 136 | 40 | 54 | 131 | 44 |
| Binary | 10101110 | 10000011 | 1010 | 0 | 11001 | 1011110 | 100000 | 101100 | 1011001 | 100100 |
Color Harmonies of #AE830A
Complementary color
Monochromatic Colors of #AE830A
Black with #AE830A
Text Example
Text Example
White with #AE830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE830A; }
p { color: rgb(174,131,10); }
H1.HeaderClassName
{
color: #AE830A;
}
.AnyTagClassName
{
color: #AE830A;
}
</style>
background-color css
<style>
a { background-color: #AE830A; }
a { background-color: rgb(174,131,10); }
div.DivClassName
{
background-color: #AE830A;
}
.BgClassName
{
background-color: #AE830A;
}
</style>
border-color css
<style>
span { border-color: #AE830A; }
span { border-color: rgb(174,131,10); }
td.TdClassName
{
border-color: #AE830A;
}
.TagClassName
{
border-color: #AE830A;
}
</style>