Shades of Dark Goldenrod #A88311
Tints of Dark Goldenrod #A88311
RGB
CMYK
RGB Variations
Color information
#A88311 (or 0xA88311) is known color: Dark Goldenrod. HEX triplet: A8, 83 and 11. RGB value is (168,131,17). Sum of RGB (Red+Green+Blue) = 168+131+17=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A88311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88311 is #577CEE. Grayscale: #818181. Windows color (decimal): -5733615 or 1147816. OLE color: 1147816.
HSL color Cylindrical-coordinate representation of color #A88311: hue angle of 45.3º 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 #A88311 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 17 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.34 |
| HSL | 45.3º | 0.82% | 0.36% | - |
| HSV(B) | 45.3º | 0.9% | 0.66% | - |
| XYZ | 24.37 | 24.6 | 3.99 | - |
| YUV | 129.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 17 | 0 | 0.22 | 0.90 | 0.34 | 45.3 | 0.82 | 0.36 |
| Hex | A8 | 83 | 11 | 0 | 16 | 5A | 22 | 2D | 52 | 24 |
| Octal | 250 | 203 | 21 | 0 | 26 | 132 | 42 | 55 | 122 | 44 |
| Binary | 10101000 | 10000011 | 10001 | 0 | 10110 | 1011010 | 100010 | 101101 | 1010010 | 100100 |
Color Harmonies of #A88311
Complementary color
Monochromatic Colors of #A88311
Black with #A88311
Text Example
Text Example
White with #A88311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88311; }
p { color: rgb(168,131,17); }
H1.HeaderClassName
{
color: #A88311;
}
.AnyTagClassName
{
color: #A88311;
}
</style>
background-color css
<style>
a { background-color: #A88311; }
a { background-color: rgb(168,131,17); }
div.DivClassName
{
background-color: #A88311;
}
.BgClassName
{
background-color: #A88311;
}
</style>
border-color css
<style>
span { border-color: #A88311; }
span { border-color: rgb(168,131,17); }
td.TdClassName
{
border-color: #A88311;
}
.TagClassName
{
border-color: #A88311;
}
</style>