Shades of Dark Goldenrod #A08108
Tints of Dark Goldenrod #A08108
RGB
CMYK
RGB Variations
Color information
#A08108 (or 0xA08108) is known color: Dark Goldenrod. HEX triplet: A0, 81 and 08. RGB value is (160,129,8). Sum of RGB (Red+Green+Blue) = 160+129+8=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A08108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08108 is #5F7EF7. Grayscale: #7C7C7C. Windows color (decimal): -6258424 or 557472. OLE color: 557472.
HSL color Cylindrical-coordinate representation of color #A08108: hue angle of 47.76º 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 #A08108 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 8 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.37 |
| HSL | 47.76º | 0.9% | 0.33% | - |
| HSV(B) | 47.76º | 0.95% | 0.63% | - |
| XYZ | 22.39 | 23.19 | 3.53 | - |
| YUV | 124.48 | 62.27 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 8 | 0 | 0.19 | 0.95 | 0.37 | 47.76 | 0.9 | 0.33 |
| Hex | A0 | 81 | 8 | 0 | 13 | 5F | 25 | 30 | 5A | 21 |
| Octal | 240 | 201 | 10 | 0 | 23 | 137 | 45 | 60 | 132 | 41 |
| Binary | 10100000 | 10000001 | 1000 | 0 | 10011 | 1011111 | 100101 | 110000 | 1011010 | 100001 |
Color Harmonies of #A08108
Complementary color
Monochromatic Colors of #A08108
Black with #A08108
Text Example
Text Example
White with #A08108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08108; }
p { color: rgb(160,129,8); }
H1.HeaderClassName
{
color: #A08108;
}
.AnyTagClassName
{
color: #A08108;
}
</style>
background-color css
<style>
a { background-color: #A08108; }
a { background-color: rgb(160,129,8); }
div.DivClassName
{
background-color: #A08108;
}
.BgClassName
{
background-color: #A08108;
}
</style>
border-color css
<style>
span { border-color: #A08108; }
span { border-color: rgb(160,129,8); }
td.TdClassName
{
border-color: #A08108;
}
.TagClassName
{
border-color: #A08108;
}
</style>