Shades of Dark Goldenrod #A8800D
Tints of Dark Goldenrod #A8800D
RGB
CMYK
RGB Variations
Color information
#A8800D (or 0xA8800D) is known color: Dark Goldenrod. HEX triplet: A8, 80 and 0D. RGB value is (168,128,13). Sum of RGB (Red+Green+Blue) = 168+128+13=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8800D is #577FF2. Grayscale: #7F7F7F. Windows color (decimal): -5734387 or 884904. OLE color: 884904.
HSL color Cylindrical-coordinate representation of color #A8800D: hue angle of 44.52º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8800D is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 13 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.34 |
| HSL | 44.52º | 0.86% | 0.35% | - |
| HSV(B) | 44.52º | 0.92% | 0.66% | - |
| XYZ | 23.94 | 23.79 | 3.71 | - |
| YUV | 126.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 13 | 0 | 0.24 | 0.92 | 0.34 | 44.52 | 0.86 | 0.35 |
| Hex | A8 | 80 | D | 0 | 18 | 5C | 22 | 2D | 56 | 23 |
| Octal | 250 | 200 | 15 | 0 | 30 | 134 | 42 | 55 | 126 | 43 |
| Binary | 10101000 | 10000000 | 1101 | 0 | 11000 | 1011100 | 100010 | 101101 | 1010110 | 100011 |
Color Harmonies of #A8800D
Complementary color
Monochromatic Colors of #A8800D
Black with #A8800D
Text Example
Text Example
White with #A8800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8800D; }
p { color: rgb(168,128,13); }
H1.HeaderClassName
{
color: #A8800D;
}
.AnyTagClassName
{
color: #A8800D;
}
</style>
background-color css
<style>
a { background-color: #A8800D; }
a { background-color: rgb(168,128,13); }
div.DivClassName
{
background-color: #A8800D;
}
.BgClassName
{
background-color: #A8800D;
}
</style>
border-color css
<style>
span { border-color: #A8800D; }
span { border-color: rgb(168,128,13); }
td.TdClassName
{
border-color: #A8800D;
}
.TagClassName
{
border-color: #A8800D;
}
</style>