Shades of Dark Goldenrod #A08603
Tints of Dark Goldenrod #A08603
RGB
CMYK
RGB Variations
Color information
#A08603 (or 0xA08603) is known color: Dark Goldenrod. HEX triplet: A0, 86 and 03. RGB value is (160,134,3). Sum of RGB (Red+Green+Blue) = 160+134+3=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A08603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08603 is #5F79FC. Grayscale: #7F7F7F. Windows color (decimal): -6257149 or 231072. OLE color: 231072.
HSL color Cylindrical-coordinate representation of color #A08603: hue angle of 50.06º 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 #A08603 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 3 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.37 |
| HSL | 50.06º | 0.96% | 0.32% | - |
| HSV(B) | 50.06º | 0.98% | 0.63% | - |
| XYZ | 23.04 | 24.53 | 3.61 | - |
| YUV | 126.84 | 58.11 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 3 | 0 | 0.16 | 0.98 | 0.37 | 50.06 | 0.96 | 0.32 |
| Hex | A0 | 86 | 3 | 0 | 10 | 62 | 25 | 32 | 60 | 20 |
| Octal | 240 | 206 | 3 | 0 | 20 | 142 | 45 | 62 | 140 | 40 |
| Binary | 10100000 | 10000110 | 11 | 0 | 10000 | 1100010 | 100101 | 110010 | 1100000 | 100000 |
Color Harmonies of #A08603
Complementary color
Monochromatic Colors of #A08603
Black with #A08603
Text Example
Text Example
White with #A08603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08603; }
p { color: rgb(160,134,3); }
H1.HeaderClassName
{
color: #A08603;
}
.AnyTagClassName
{
color: #A08603;
}
</style>
background-color css
<style>
a { background-color: #A08603; }
a { background-color: rgb(160,134,3); }
div.DivClassName
{
background-color: #A08603;
}
.BgClassName
{
background-color: #A08603;
}
</style>
border-color css
<style>
span { border-color: #A08603; }
span { border-color: rgb(160,134,3); }
td.TdClassName
{
border-color: #A08603;
}
.TagClassName
{
border-color: #A08603;
}
</style>