Shades of Dark Goldenrod #A28909
Tints of Dark Goldenrod #A28909
RGB
CMYK
RGB Variations
Color information
#A28909 (or 0xA28909) is known color: Dark Goldenrod. HEX triplet: A2, 89 and 09. RGB value is (162,137,9). Sum of RGB (Red+Green+Blue) = 162+137+9=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A28909 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28909 is #5D76F6. Grayscale: #828282. Windows color (decimal): -6125303 or 625058. OLE color: 625058.
HSL color Cylindrical-coordinate representation of color #A28909: hue angle of 50.2º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A28909 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 137 | 9 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.36 |
| HSL | 50.2º | 0.89% | 0.34% | - |
| HSV(B) | 50.2º | 0.94% | 0.64% | - |
| XYZ | 23.9 | 25.59 | 3.94 | - |
| YUV | 129.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 9 | 0 | 0.15 | 0.94 | 0.36 | 50.2 | 0.89 | 0.34 |
| Hex | A2 | 89 | 9 | 0 | F | 5E | 24 | 32 | 59 | 22 |
| Octal | 242 | 211 | 11 | 0 | 17 | 136 | 44 | 62 | 131 | 42 |
| Binary | 10100010 | 10001001 | 1001 | 0 | 1111 | 1011110 | 100100 | 110010 | 1011001 | 100010 |
Color Harmonies of #A28909
Complementary color
Monochromatic Colors of #A28909
Black with #A28909
Text Example
Text Example
White with #A28909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28909; }
p { color: rgb(162,137,9); }
H1.HeaderClassName
{
color: #A28909;
}
.AnyTagClassName
{
color: #A28909;
}
</style>
background-color css
<style>
a { background-color: #A28909; }
a { background-color: rgb(162,137,9); }
div.DivClassName
{
background-color: #A28909;
}
.BgClassName
{
background-color: #A28909;
}
</style>
border-color css
<style>
span { border-color: #A28909; }
span { border-color: rgb(162,137,9); }
td.TdClassName
{
border-color: #A28909;
}
.TagClassName
{
border-color: #A28909;
}
</style>