Shades of Dark Goldenrod #AE830B
Tints of Dark Goldenrod #AE830B
RGB
CMYK
RGB Variations
Color information
#AE830B (or 0xAE830B) is known color: Dark Goldenrod. HEX triplet: AE, 83 and 0B. RGB value is (174,131,11). Sum of RGB (Red+Green+Blue) = 174+131+11=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE830B is #517CF4. Grayscale: #828282. Windows color (decimal): -5340405 or 754606. OLE color: 754606.
HSL color Cylindrical-coordinate representation of color #AE830B: hue angle of 44.17º degrees, saturation: 0.88, 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 #AE830B is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 131 | 11 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.32 |
| HSL | 44.17º | 0.88% | 0.36% | - |
| HSV(B) | 44.17º | 0.94% | 0.68% | - |
| XYZ | 25.63 | 25.26 | 3.84 | - |
| YUV | 130.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 131 | 11 | 0 | 0.25 | 0.94 | 0.32 | 44.17 | 0.88 | 0.36 |
| Hex | AE | 83 | B | 0 | 19 | 5E | 20 | 2C | 58 | 24 |
| Octal | 256 | 203 | 13 | 0 | 31 | 136 | 40 | 54 | 130 | 44 |
| Binary | 10101110 | 10000011 | 1011 | 0 | 11001 | 1011110 | 100000 | 101100 | 1011000 | 100100 |
Color Harmonies of #AE830B
Complementary color
Monochromatic Colors of #AE830B
Black with #AE830B
Text Example
Text Example
White with #AE830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE830B; }
p { color: rgb(174,131,11); }
H1.HeaderClassName
{
color: #AE830B;
}
.AnyTagClassName
{
color: #AE830B;
}
</style>
background-color css
<style>
a { background-color: #AE830B; }
a { background-color: rgb(174,131,11); }
div.DivClassName
{
background-color: #AE830B;
}
.BgClassName
{
background-color: #AE830B;
}
</style>
border-color css
<style>
span { border-color: #AE830B; }
span { border-color: rgb(174,131,11); }
td.TdClassName
{
border-color: #AE830B;
}
.TagClassName
{
border-color: #AE830B;
}
</style>