Shades of Dark Goldenrod #A08103
Tints of Dark Goldenrod #A08103
RGB
CMYK
RGB Variations
Color information
#A08103 (or 0xA08103) is known color: Dark Goldenrod. HEX triplet: A0, 81 and 03. RGB value is (160,129,3). Sum of RGB (Red+Green+Blue) = 160+129+3=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A08103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08103 is #5F7EFC. Grayscale: #7C7C7C. Windows color (decimal): -6258429 or 229792. OLE color: 229792.
HSL color Cylindrical-coordinate representation of color #A08103: hue angle of 48.15º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A08103 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.37 |
| HSL | 48.15º | 0.96% | 0.32% | - |
| HSV(B) | 48.15º | 0.98% | 0.63% | - |
| XYZ | 22.36 | 23.18 | 3.38 | - |
| YUV | 123.91 | 59.77 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 3 | 0 | 0.19 | 0.98 | 0.37 | 48.15 | 0.96 | 0.32 |
| Hex | A0 | 81 | 3 | 0 | 13 | 62 | 25 | 30 | 60 | 20 |
| Octal | 240 | 201 | 3 | 0 | 23 | 142 | 45 | 60 | 140 | 40 |
| Binary | 10100000 | 10000001 | 11 | 0 | 10011 | 1100010 | 100101 | 110000 | 1100000 | 100000 |
Color Harmonies of #A08103
Complementary color
Monochromatic Colors of #A08103
Black with #A08103
Text Example
Text Example
White with #A08103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08103; }
p { color: rgb(160,129,3); }
H1.HeaderClassName
{
color: #A08103;
}
.AnyTagClassName
{
color: #A08103;
}
</style>
background-color css
<style>
a { background-color: #A08103; }
a { background-color: rgb(160,129,3); }
div.DivClassName
{
background-color: #A08103;
}
.BgClassName
{
background-color: #A08103;
}
</style>
border-color css
<style>
span { border-color: #A08103; }
span { border-color: rgb(160,129,3); }
td.TdClassName
{
border-color: #A08103;
}
.TagClassName
{
border-color: #A08103;
}
</style>