Shades of Dark Goldenrod #A08409
Tints of Dark Goldenrod #A08409
RGB
CMYK
RGB Variations
Color information
#A08409 (or 0xA08409) is known color: Dark Goldenrod. HEX triplet: A0, 84 and 09. RGB value is (160,132,9). Sum of RGB (Red+Green+Blue) = 160+132+9=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A08409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08409 is #5F7BF6. Grayscale: #7E7E7E. Windows color (decimal): -6257655 or 623776. OLE color: 623776.
HSL color Cylindrical-coordinate representation of color #A08409: hue angle of 48.87º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A08409 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 9 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.37 |
| HSL | 48.87º | 0.89% | 0.33% | - |
| HSV(B) | 48.87º | 0.94% | 0.63% | - |
| XYZ | 22.8 | 24 | 3.69 | - |
| YUV | 126.35 | 61.78 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 9 | 0 | 0.17 | 0.94 | 0.37 | 48.87 | 0.89 | 0.33 |
| Hex | A0 | 84 | 9 | 0 | 11 | 5E | 25 | 31 | 59 | 21 |
| Octal | 240 | 204 | 11 | 0 | 21 | 136 | 45 | 61 | 131 | 41 |
| Binary | 10100000 | 10000100 | 1001 | 0 | 10001 | 1011110 | 100101 | 110001 | 1011001 | 100001 |
Color Harmonies of #A08409
Complementary color
Monochromatic Colors of #A08409
Black with #A08409
Text Example
Text Example
White with #A08409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08409; }
p { color: rgb(160,132,9); }
H1.HeaderClassName
{
color: #A08409;
}
.AnyTagClassName
{
color: #A08409;
}
</style>
background-color css
<style>
a { background-color: #A08409; }
a { background-color: rgb(160,132,9); }
div.DivClassName
{
background-color: #A08409;
}
.BgClassName
{
background-color: #A08409;
}
</style>
border-color css
<style>
span { border-color: #A08409; }
span { border-color: rgb(160,132,9); }
td.TdClassName
{
border-color: #A08409;
}
.TagClassName
{
border-color: #A08409;
}
</style>