Shades of Dark Goldenrod #A28005
Tints of Dark Goldenrod #A28005
RGB
CMYK
RGB Variations
Color information
#A28005 (or 0xA28005) is known color: Dark Goldenrod. HEX triplet: A2, 80 and 05. RGB value is (162,128,5). Sum of RGB (Red+Green+Blue) = 162+128+5=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A28005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28005 is #5D7FFA. Grayscale: #7C7C7C. Windows color (decimal): -6127611 or 360610. OLE color: 360610.
HSL color Cylindrical-coordinate representation of color #A28005: hue angle of 47.01º 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 #A28005 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.36 |
| HSL | 47.01º | 0.94% | 0.33% | - |
| HSV(B) | 47.01º | 0.97% | 0.64% | - |
| XYZ | 22.65 | 23.13 | 3.41 | - |
| YUV | 124.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 5 | 0 | 0.21 | 0.97 | 0.36 | 47.01 | 0.94 | 0.33 |
| Hex | A2 | 80 | 5 | 0 | 15 | 61 | 24 | 2F | 5E | 21 |
| Octal | 242 | 200 | 5 | 0 | 25 | 141 | 44 | 57 | 136 | 41 |
| Binary | 10100010 | 10000000 | 101 | 0 | 10101 | 1100001 | 100100 | 101111 | 1011110 | 100001 |
Color Harmonies of #A28005
Complementary color
Monochromatic Colors of #A28005
Black with #A28005
Text Example
Text Example
White with #A28005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28005; }
p { color: rgb(162,128,5); }
H1.HeaderClassName
{
color: #A28005;
}
.AnyTagClassName
{
color: #A28005;
}
</style>
background-color css
<style>
a { background-color: #A28005; }
a { background-color: rgb(162,128,5); }
div.DivClassName
{
background-color: #A28005;
}
.BgClassName
{
background-color: #A28005;
}
</style>
border-color css
<style>
span { border-color: #A28005; }
span { border-color: rgb(162,128,5); }
td.TdClassName
{
border-color: #A28005;
}
.TagClassName
{
border-color: #A28005;
}
</style>