Shades of Dark Goldenrod #A27C0A
Tints of Dark Goldenrod #A27C0A
RGB
CMYK
RGB Variations
Color information
#A27C0A (or 0xA27C0A) is known color: Dark Goldenrod. HEX triplet: A2, 7C and 0A. RGB value is (162,124,10). Sum of RGB (Red+Green+Blue) = 162+124+10=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27C0A is #5D83F5. Grayscale: #7A7A7A. Windows color (decimal): -6128630 or 687266. OLE color: 687266.
HSL color Cylindrical-coordinate representation of color #A27C0A: hue angle of 45º 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 #A27C0A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 10 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.36 |
| HSL | 45º | 0.88% | 0.34% | - |
| HSV(B) | 45º | 0.94% | 0.64% | - |
| XYZ | 22.16 | 22.12 | 3.39 | - |
| YUV | 122.37 | 64.59 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 10 | 0 | 0.23 | 0.94 | 0.36 | 45 | 0.88 | 0.34 |
| Hex | A2 | 7C | A | 0 | 17 | 5E | 24 | 2D | 58 | 22 |
| Octal | 242 | 174 | 12 | 0 | 27 | 136 | 44 | 55 | 130 | 42 |
| Binary | 10100010 | 1111100 | 1010 | 0 | 10111 | 1011110 | 100100 | 101101 | 1011000 | 100010 |
Color Harmonies of #A27C0A
Complementary color
Monochromatic Colors of #A27C0A
Black with #A27C0A
Text Example
Text Example
White with #A27C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C0A; }
p { color: rgb(162,124,10); }
H1.HeaderClassName
{
color: #A27C0A;
}
.AnyTagClassName
{
color: #A27C0A;
}
</style>
background-color css
<style>
a { background-color: #A27C0A; }
a { background-color: rgb(162,124,10); }
div.DivClassName
{
background-color: #A27C0A;
}
.BgClassName
{
background-color: #A27C0A;
}
</style>
border-color css
<style>
span { border-color: #A27C0A; }
span { border-color: rgb(162,124,10); }
td.TdClassName
{
border-color: #A27C0A;
}
.TagClassName
{
border-color: #A27C0A;
}
</style>