Shades of Dark Goldenrod #A88511
Tints of Dark Goldenrod #A88511
RGB
CMYK
RGB Variations
Color information
#A88511 (or 0xA88511) is known color: Dark Goldenrod. HEX triplet: A8, 85 and 11. RGB value is (168,133,17). Sum of RGB (Red+Green+Blue) = 168+133+17=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A88511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88511 is #577AEE. Grayscale: #828282. Windows color (decimal): -5733103 or 1148328. OLE color: 1148328.
HSL color Cylindrical-coordinate representation of color #A88511: hue angle of 46.09º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A88511 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 17 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.34 |
| HSL | 46.09º | 0.82% | 0.36% | - |
| HSV(B) | 46.09º | 0.9% | 0.66% | - |
| XYZ | 24.64 | 25.14 | 4.08 | - |
| YUV | 130.24 | 64.1 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 17 | 0 | 0.21 | 0.90 | 0.34 | 46.09 | 0.82 | 0.36 |
| Hex | A8 | 85 | 11 | 0 | 15 | 5A | 22 | 2E | 52 | 24 |
| Octal | 250 | 205 | 21 | 0 | 25 | 132 | 42 | 56 | 122 | 44 |
| Binary | 10101000 | 10000101 | 10001 | 0 | 10101 | 1011010 | 100010 | 101110 | 1010010 | 100100 |
Color Harmonies of #A88511
Complementary color
Monochromatic Colors of #A88511
Black with #A88511
Text Example
Text Example
White with #A88511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88511; }
p { color: rgb(168,133,17); }
H1.HeaderClassName
{
color: #A88511;
}
.AnyTagClassName
{
color: #A88511;
}
</style>
background-color css
<style>
a { background-color: #A88511; }
a { background-color: rgb(168,133,17); }
div.DivClassName
{
background-color: #A88511;
}
.BgClassName
{
background-color: #A88511;
}
</style>
border-color css
<style>
span { border-color: #A88511; }
span { border-color: rgb(168,133,17); }
td.TdClassName
{
border-color: #A88511;
}
.TagClassName
{
border-color: #A88511;
}
</style>