Shades of Dark Goldenrod #A28E00
Tints of Dark Goldenrod #A28E00
RGB
CMYK
RGB Variations
Color information
#A28E00 (or 0xA28E00) is known color: Dark Goldenrod. HEX triplet: A2, 8E and 00. RGB value is (162,142,0). Sum of RGB (Red+Green+Blue) = 162+142+0=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28E00 is #5D71FF. Grayscale: #848484. Windows color (decimal): -6124032 or 36514. OLE color: 36514.
HSL color Cylindrical-coordinate representation of color #A28E00: hue angle of 52.59º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A28E00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.36 |
| HSL | 52.59º | 1% | 0.32% | - |
| HSV(B) | 52.59º | 1% | 0.64% | - |
| XYZ | 24.57 | 27.03 | 3.92 | - |
| YUV | 131.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 0 | 0 | 0.12 | 1 | 0.36 | 52.59 | 1 | 0.32 |
| Hex | A2 | 8E | 0 | 0 | C | 64 | 24 | 35 | 64 | 20 |
| Octal | 242 | 216 | 0 | 0 | 14 | 144 | 44 | 65 | 144 | 40 |
| Binary | 10100010 | 10001110 | 0 | 0 | 1100 | 1100100 | 100100 | 110101 | 1100100 | 100000 |
Color Harmonies of #A28E00
Complementary color
Monochromatic Colors of #A28E00
Black with #A28E00
Text Example
Text Example
White with #A28E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E00; }
p { color: rgb(162,142,0); }
H1.HeaderClassName
{
color: #A28E00;
}
.AnyTagClassName
{
color: #A28E00;
}
</style>
background-color css
<style>
a { background-color: #A28E00; }
a { background-color: rgb(162,142,0); }
div.DivClassName
{
background-color: #A28E00;
}
.BgClassName
{
background-color: #A28E00;
}
</style>
border-color css
<style>
span { border-color: #A28E00; }
span { border-color: rgb(162,142,0); }
td.TdClassName
{
border-color: #A28E00;
}
.TagClassName
{
border-color: #A28E00;
}
</style>