Shades of Dark Goldenrod #A27A04
Tints of Dark Goldenrod #A27A04
RGB
CMYK
RGB Variations
Color information
#A27A04 (or 0xA27A04) is known color: Dark Goldenrod. HEX triplet: A2, 7A and 04. RGB value is (162,122,4). Sum of RGB (Red+Green+Blue) = 162+122+4=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27A04 is #5D85FB. Grayscale: #797979. Windows color (decimal): -6129148 or 293538. OLE color: 293538.
HSL color Cylindrical-coordinate representation of color #A27A04: hue angle of 44.81º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A27A04 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.36 |
| HSL | 44.81º | 0.95% | 0.33% | - |
| HSV(B) | 44.81º | 0.98% | 0.64% | - |
| XYZ | 21.88 | 21.61 | 3.13 | - |
| YUV | 120.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 4 | 0 | 0.25 | 0.98 | 0.36 | 44.81 | 0.95 | 0.33 |
| Hex | A2 | 7A | 4 | 0 | 19 | 62 | 24 | 2D | 5F | 21 |
| Octal | 242 | 172 | 4 | 0 | 31 | 142 | 44 | 55 | 137 | 41 |
| Binary | 10100010 | 1111010 | 100 | 0 | 11001 | 1100010 | 100100 | 101101 | 1011111 | 100001 |
Color Harmonies of #A27A04
Complementary color
Monochromatic Colors of #A27A04
Black with #A27A04
Text Example
Text Example
White with #A27A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A04; }
p { color: rgb(162,122,4); }
H1.HeaderClassName
{
color: #A27A04;
}
.AnyTagClassName
{
color: #A27A04;
}
</style>
background-color css
<style>
a { background-color: #A27A04; }
a { background-color: rgb(162,122,4); }
div.DivClassName
{
background-color: #A27A04;
}
.BgClassName
{
background-color: #A27A04;
}
</style>
border-color css
<style>
span { border-color: #A27A04; }
span { border-color: rgb(162,122,4); }
td.TdClassName
{
border-color: #A27A04;
}
.TagClassName
{
border-color: #A27A04;
}
</style>