Shades of Dark Goldenrod #A28205
Tints of Dark Goldenrod #A28205
RGB
CMYK
RGB Variations
Color information
#A28205 (or 0xA28205) is known color: Dark Goldenrod. HEX triplet: A2, 82 and 05. RGB value is (162,130,5). Sum of RGB (Red+Green+Blue) = 162+130+5=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A28205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28205 is #5D7DFA. Grayscale: #7D7D7D. Windows color (decimal): -6127099 or 361122. OLE color: 361122.
HSL color Cylindrical-coordinate representation of color #A28205: hue angle of 47.77º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A28205 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 5 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.36 |
| HSL | 47.77º | 0.94% | 0.33% | - |
| HSV(B) | 47.77º | 0.97% | 0.64% | - |
| XYZ | 22.91 | 23.66 | 3.5 | - |
| YUV | 125.32 | 60.1 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 5 | 0 | 0.20 | 0.97 | 0.36 | 47.77 | 0.94 | 0.33 |
| Hex | A2 | 82 | 5 | 0 | 14 | 61 | 24 | 30 | 5E | 21 |
| Octal | 242 | 202 | 5 | 0 | 24 | 141 | 44 | 60 | 136 | 41 |
| Binary | 10100010 | 10000010 | 101 | 0 | 10100 | 1100001 | 100100 | 110000 | 1011110 | 100001 |
Color Harmonies of #A28205
Complementary color
Monochromatic Colors of #A28205
Black with #A28205
Text Example
Text Example
White with #A28205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28205; }
p { color: rgb(162,130,5); }
H1.HeaderClassName
{
color: #A28205;
}
.AnyTagClassName
{
color: #A28205;
}
</style>
background-color css
<style>
a { background-color: #A28205; }
a { background-color: rgb(162,130,5); }
div.DivClassName
{
background-color: #A28205;
}
.BgClassName
{
background-color: #A28205;
}
</style>
border-color css
<style>
span { border-color: #A28205; }
span { border-color: rgb(162,130,5); }
td.TdClassName
{
border-color: #A28205;
}
.TagClassName
{
border-color: #A28205;
}
</style>