Shades of Dark Goldenrod #A28006
Tints of Dark Goldenrod #A28006
RGB
CMYK
RGB Variations
Color information
#A28006 (or 0xA28006) is known color: Dark Goldenrod. HEX triplet: A2, 80 and 06. RGB value is (162,128,6). Sum of RGB (Red+Green+Blue) = 162+128+6=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A28006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28006 is #5D7FF9. Grayscale: #7C7C7C. Windows color (decimal): -6127610 or 426146. OLE color: 426146.
HSL color Cylindrical-coordinate representation of color #A28006: hue angle of 46.92º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A28006 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 6 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.36 |
| HSL | 46.92º | 0.93% | 0.33% | - |
| HSV(B) | 46.92º | 0.96% | 0.64% | - |
| XYZ | 22.65 | 23.13 | 3.44 | - |
| YUV | 124.26 | 61.26 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 6 | 0 | 0.21 | 0.96 | 0.36 | 46.92 | 0.93 | 0.33 |
| Hex | A2 | 80 | 6 | 0 | 15 | 60 | 24 | 2F | 5D | 21 |
| Octal | 242 | 200 | 6 | 0 | 25 | 140 | 44 | 57 | 135 | 41 |
| Binary | 10100010 | 10000000 | 110 | 0 | 10101 | 1100000 | 100100 | 101111 | 1011101 | 100001 |
Color Harmonies of #A28006
Complementary color
Monochromatic Colors of #A28006
Black with #A28006
Text Example
Text Example
White with #A28006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28006; }
p { color: rgb(162,128,6); }
H1.HeaderClassName
{
color: #A28006;
}
.AnyTagClassName
{
color: #A28006;
}
</style>
background-color css
<style>
a { background-color: #A28006; }
a { background-color: rgb(162,128,6); }
div.DivClassName
{
background-color: #A28006;
}
.BgClassName
{
background-color: #A28006;
}
</style>
border-color css
<style>
span { border-color: #A28006; }
span { border-color: rgb(162,128,6); }
td.TdClassName
{
border-color: #A28006;
}
.TagClassName
{
border-color: #A28006;
}
</style>