Shades of Dark Goldenrod #AE821A
Tints of Dark Goldenrod #AE821A
RGB
CMYK
RGB Variations
Color information
#AE821A (or 0xAE821A) is known color: Dark Goldenrod. HEX triplet: AE, 82 and 1A. RGB value is (174,130,26). Sum of RGB (Red+Green+Blue) = 174+130+26=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE821A is #517DE5. Grayscale: #838383. Windows color (decimal): -5340646 or 1737390. OLE color: 1737390.
HSL color Cylindrical-coordinate representation of color #AE821A: hue angle of 42.16º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE821A is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 26 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.32 |
| HSL | 42.16º | 0.74% | 0.39% | - |
| HSV(B) | 42.16º | 0.85% | 0.68% | - |
| XYZ | 25.62 | 25.04 | 4.46 | - |
| YUV | 131.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 26 | 0 | 0.25 | 0.85 | 0.32 | 42.16 | 0.74 | 0.39 |
| Hex | AE | 82 | 1A | 0 | 19 | 55 | 20 | 2A | 4A | 27 |
| Octal | 256 | 202 | 32 | 0 | 31 | 125 | 40 | 52 | 112 | 47 |
| Binary | 10101110 | 10000010 | 11010 | 0 | 11001 | 1010101 | 100000 | 101010 | 1001010 | 100111 |
Color Harmonies of #AE821A
Complementary color
Monochromatic Colors of #AE821A
Black with #AE821A
Text Example
Text Example
White with #AE821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE821A; }
p { color: rgb(174,130,26); }
H1.HeaderClassName
{
color: #AE821A;
}
.AnyTagClassName
{
color: #AE821A;
}
</style>
background-color css
<style>
a { background-color: #AE821A; }
a { background-color: rgb(174,130,26); }
div.DivClassName
{
background-color: #AE821A;
}
.BgClassName
{
background-color: #AE821A;
}
</style>
border-color css
<style>
span { border-color: #AE821A; }
span { border-color: rgb(174,130,26); }
td.TdClassName
{
border-color: #AE821A;
}
.TagClassName
{
border-color: #AE821A;
}
</style>