Shades of Dark Goldenrod #A08800
Tints of Dark Goldenrod #A08800
RGB
CMYK
RGB Variations
Color information
#A08800 (or 0xA08800) is known color: Dark Goldenrod. HEX triplet: A0, 88 and 00. RGB value is (160,136,0). Sum of RGB (Red+Green+Blue) = 160+136+0=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A08800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08800 is #5F77FF. Grayscale: #808080. Windows color (decimal): -6256640 or 34976. OLE color: 34976.
HSL color Cylindrical-coordinate representation of color #A08800: hue angle of 51º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A08800 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.37 |
| HSL | 51º | 1% | 0.31% | - |
| HSV(B) | 51º | 1% | 0.63% | - |
| XYZ | 23.3 | 25.08 | 3.61 | - |
| YUV | 127.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 0 | 0 | 0.15 | 1 | 0.37 | 51 | 1 | 0.31 |
| Hex | A0 | 88 | 0 | 0 | F | 64 | 25 | 33 | 64 | 1F |
| Octal | 240 | 210 | 0 | 0 | 17 | 144 | 45 | 63 | 144 | 37 |
| Binary | 10100000 | 10001000 | 0 | 0 | 1111 | 1100100 | 100101 | 110011 | 1100100 | 11111 |
Color Harmonies of #A08800
Complementary color
Monochromatic Colors of #A08800
Black with #A08800
Text Example
Text Example
White with #A08800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08800; }
p { color: rgb(160,136,0); }
H1.HeaderClassName
{
color: #A08800;
}
.AnyTagClassName
{
color: #A08800;
}
</style>
background-color css
<style>
a { background-color: #A08800; }
a { background-color: rgb(160,136,0); }
div.DivClassName
{
background-color: #A08800;
}
.BgClassName
{
background-color: #A08800;
}
</style>
border-color css
<style>
span { border-color: #A08800; }
span { border-color: rgb(160,136,0); }
td.TdClassName
{
border-color: #A08800;
}
.TagClassName
{
border-color: #A08800;
}
</style>