Shades of Dark Goldenrod #A27E0A
Tints of Dark Goldenrod #A27E0A
RGB
CMYK
RGB Variations
Color information
#A27E0A (or 0xA27E0A) is known color: Dark Goldenrod. HEX triplet: A2, 7E and 0A. RGB value is (162,126,10). Sum of RGB (Red+Green+Blue) = 162+126+10=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27E0A is #5D81F5. Grayscale: #7C7C7C. Windows color (decimal): -6128118 or 687778. OLE color: 687778.
HSL color Cylindrical-coordinate representation of color #A27E0A: hue angle of 45.79º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A27E0A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 10 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.36 |
| HSL | 45.79º | 0.88% | 0.34% | - |
| HSV(B) | 45.79º | 0.94% | 0.64% | - |
| XYZ | 22.42 | 22.63 | 3.47 | - |
| YUV | 123.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 10 | 0 | 0.22 | 0.94 | 0.36 | 45.79 | 0.88 | 0.34 |
| Hex | A2 | 7E | A | 0 | 16 | 5E | 24 | 2E | 58 | 22 |
| Octal | 242 | 176 | 12 | 0 | 26 | 136 | 44 | 56 | 130 | 42 |
| Binary | 10100010 | 1111110 | 1010 | 0 | 10110 | 1011110 | 100100 | 101110 | 1011000 | 100010 |
Color Harmonies of #A27E0A
Complementary color
Monochromatic Colors of #A27E0A
Black with #A27E0A
Text Example
Text Example
White with #A27E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E0A; }
p { color: rgb(162,126,10); }
H1.HeaderClassName
{
color: #A27E0A;
}
.AnyTagClassName
{
color: #A27E0A;
}
</style>
background-color css
<style>
a { background-color: #A27E0A; }
a { background-color: rgb(162,126,10); }
div.DivClassName
{
background-color: #A27E0A;
}
.BgClassName
{
background-color: #A27E0A;
}
</style>
border-color css
<style>
span { border-color: #A27E0A; }
span { border-color: rgb(162,126,10); }
td.TdClassName
{
border-color: #A27E0A;
}
.TagClassName
{
border-color: #A27E0A;
}
</style>