Shades of Dark Goldenrod #AE891A
Tints of Dark Goldenrod #AE891A
RGB
CMYK
RGB Variations
Color information
#AE891A (or 0xAE891A) is known color: Dark Goldenrod. HEX triplet: AE, 89 and 1A. RGB value is (174,137,26). Sum of RGB (Red+Green+Blue) = 174+137+26=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE891A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE891A is #5176E5. Grayscale: #878787. Windows color (decimal): -5338854 or 1739182. OLE color: 1739182.
HSL color Cylindrical-coordinate representation of color #AE891A: hue angle of 45º 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 #AE891A is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 137 | 26 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.32 |
| HSL | 45º | 0.74% | 0.39% | - |
| HSV(B) | 45º | 0.85% | 0.68% | - |
| XYZ | 26.59 | 26.96 | 4.78 | - |
| YUV | 135.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 137 | 26 | 0 | 0.21 | 0.85 | 0.32 | 45 | 0.74 | 0.39 |
| Hex | AE | 89 | 1A | 0 | 15 | 55 | 20 | 2D | 4A | 27 |
| Octal | 256 | 211 | 32 | 0 | 25 | 125 | 40 | 55 | 112 | 47 |
| Binary | 10101110 | 10001001 | 11010 | 0 | 10101 | 1010101 | 100000 | 101101 | 1001010 | 100111 |
Color Harmonies of #AE891A
Complementary color
Monochromatic Colors of #AE891A
Black with #AE891A
Text Example
Text Example
White with #AE891A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE891A; }
p { color: rgb(174,137,26); }
H1.HeaderClassName
{
color: #AE891A;
}
.AnyTagClassName
{
color: #AE891A;
}
</style>
background-color css
<style>
a { background-color: #AE891A; }
a { background-color: rgb(174,137,26); }
div.DivClassName
{
background-color: #AE891A;
}
.BgClassName
{
background-color: #AE891A;
}
</style>
border-color css
<style>
span { border-color: #AE891A; }
span { border-color: rgb(174,137,26); }
td.TdClassName
{
border-color: #AE891A;
}
.TagClassName
{
border-color: #AE891A;
}
</style>