Shades of Dark Goldenrod #A28409
Tints of Dark Goldenrod #A28409
RGB
CMYK
RGB Variations
Color information
#A28409 (or 0xA28409) is known color: Dark Goldenrod. HEX triplet: A2, 84 and 09. RGB value is (162,132,9). Sum of RGB (Red+Green+Blue) = 162+132+9=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A28409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28409 is #5D7BF6. Grayscale: #7F7F7F. Windows color (decimal): -6126583 or 623778. OLE color: 623778.
HSL color Cylindrical-coordinate representation of color #A28409: hue angle of 48.24º 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 #A28409 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 9 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.36 |
| HSL | 48.24º | 0.89% | 0.34% | - |
| HSV(B) | 48.24º | 0.94% | 0.64% | - |
| XYZ | 23.2 | 24.2 | 3.71 | - |
| YUV | 126.95 | 61.44 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 9 | 0 | 0.19 | 0.94 | 0.36 | 48.24 | 0.89 | 0.34 |
| Hex | A2 | 84 | 9 | 0 | 13 | 5E | 24 | 30 | 59 | 22 |
| Octal | 242 | 204 | 11 | 0 | 23 | 136 | 44 | 60 | 131 | 42 |
| Binary | 10100010 | 10000100 | 1001 | 0 | 10011 | 1011110 | 100100 | 110000 | 1011001 | 100010 |
Color Harmonies of #A28409
Complementary color
Monochromatic Colors of #A28409
Black with #A28409
Text Example
Text Example
White with #A28409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28409; }
p { color: rgb(162,132,9); }
H1.HeaderClassName
{
color: #A28409;
}
.AnyTagClassName
{
color: #A28409;
}
</style>
background-color css
<style>
a { background-color: #A28409; }
a { background-color: rgb(162,132,9); }
div.DivClassName
{
background-color: #A28409;
}
.BgClassName
{
background-color: #A28409;
}
</style>
border-color css
<style>
span { border-color: #A28409; }
span { border-color: rgb(162,132,9); }
td.TdClassName
{
border-color: #A28409;
}
.TagClassName
{
border-color: #A28409;
}
</style>