Shades of Dark Goldenrod #A08908
Tints of Dark Goldenrod #A08908
RGB
CMYK
RGB Variations
Color information
#A08908 (or 0xA08908) is known color: Dark Goldenrod. HEX triplet: A0, 89 and 08. RGB value is (160,137,8). Sum of RGB (Red+Green+Blue) = 160+137+8=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A08908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08908 is #5F76F7. Grayscale: #818181. Windows color (decimal): -6256376 or 559520. OLE color: 559520.
HSL color Cylindrical-coordinate representation of color #A08908: hue angle of 50.92º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A08908 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 8 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.37 |
| HSL | 50.92º | 0.9% | 0.33% | - |
| HSV(B) | 50.92º | 0.95% | 0.63% | - |
| XYZ | 23.49 | 25.38 | 3.89 | - |
| YUV | 129.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 8 | 0 | 0.14 | 0.95 | 0.37 | 50.92 | 0.9 | 0.33 |
| Hex | A0 | 89 | 8 | 0 | E | 5F | 25 | 33 | 5A | 21 |
| Octal | 240 | 211 | 10 | 0 | 16 | 137 | 45 | 63 | 132 | 41 |
| Binary | 10100000 | 10001001 | 1000 | 0 | 1110 | 1011111 | 100101 | 110011 | 1011010 | 100001 |
Color Harmonies of #A08908
Complementary color
Monochromatic Colors of #A08908
Black with #A08908
Text Example
Text Example
White with #A08908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08908; }
p { color: rgb(160,137,8); }
H1.HeaderClassName
{
color: #A08908;
}
.AnyTagClassName
{
color: #A08908;
}
</style>
background-color css
<style>
a { background-color: #A08908; }
a { background-color: rgb(160,137,8); }
div.DivClassName
{
background-color: #A08908;
}
.BgClassName
{
background-color: #A08908;
}
</style>
border-color css
<style>
span { border-color: #A08908; }
span { border-color: rgb(160,137,8); }
td.TdClassName
{
border-color: #A08908;
}
.TagClassName
{
border-color: #A08908;
}
</style>