Shades of Dark Goldenrod #A88509
Tints of Dark Goldenrod #A88509
RGB
CMYK
RGB Variations
Color information
#A88509 (or 0xA88509) is known color: Dark Goldenrod. HEX triplet: A8, 85 and 09. RGB value is (168,133,9). Sum of RGB (Red+Green+Blue) = 168+133+9=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A88509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88509 is #577AF6. Grayscale: #818181. Windows color (decimal): -5733111 or 624040. OLE color: 624040.
HSL color Cylindrical-coordinate representation of color #A88509: hue angle of 46.79º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A88509 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 9 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.34 |
| HSL | 46.79º | 0.9% | 0.35% | - |
| HSV(B) | 46.79º | 0.95% | 0.66% | - |
| XYZ | 24.59 | 25.12 | 3.81 | - |
| YUV | 129.33 | 60.1 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 9 | 0 | 0.21 | 0.95 | 0.34 | 46.79 | 0.9 | 0.35 |
| Hex | A8 | 85 | 9 | 0 | 15 | 5F | 22 | 2F | 5A | 23 |
| Octal | 250 | 205 | 11 | 0 | 25 | 137 | 42 | 57 | 132 | 43 |
| Binary | 10101000 | 10000101 | 1001 | 0 | 10101 | 1011111 | 100010 | 101111 | 1011010 | 100011 |
Color Harmonies of #A88509
Complementary color
Monochromatic Colors of #A88509
Black with #A88509
Text Example
Text Example
White with #A88509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88509; }
p { color: rgb(168,133,9); }
H1.HeaderClassName
{
color: #A88509;
}
.AnyTagClassName
{
color: #A88509;
}
</style>
background-color css
<style>
a { background-color: #A88509; }
a { background-color: rgb(168,133,9); }
div.DivClassName
{
background-color: #A88509;
}
.BgClassName
{
background-color: #A88509;
}
</style>
border-color css
<style>
span { border-color: #A88509; }
span { border-color: rgb(168,133,9); }
td.TdClassName
{
border-color: #A88509;
}
.TagClassName
{
border-color: #A88509;
}
</style>