Shades of Dark Goldenrod #A88203
Tints of Dark Goldenrod #A88203
RGB
CMYK
RGB Variations
Color information
#A88203 (or 0xA88203) is known color: Dark Goldenrod. HEX triplet: A8, 82 and 03. RGB value is (168,130,3). Sum of RGB (Red+Green+Blue) = 168+130+3=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A88203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88203 is #577DFC. Grayscale: #7F7F7F. Windows color (decimal): -5733885 or 230056. OLE color: 230056.
HSL color Cylindrical-coordinate representation of color #A88203: hue angle of 46.18º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A88203 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 3 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.34 |
| HSL | 46.18º | 0.96% | 0.34% | - |
| HSV(B) | 46.18º | 0.98% | 0.66% | - |
| XYZ | 24.15 | 24.3 | 3.5 | - |
| YUV | 126.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 3 | 0 | 0.23 | 0.98 | 0.34 | 46.18 | 0.96 | 0.34 |
| Hex | A8 | 82 | 3 | 0 | 17 | 62 | 22 | 2E | 60 | 22 |
| Octal | 250 | 202 | 3 | 0 | 27 | 142 | 42 | 56 | 140 | 42 |
| Binary | 10101000 | 10000010 | 11 | 0 | 10111 | 1100010 | 100010 | 101110 | 1100000 | 100010 |
Color Harmonies of #A88203
Complementary color
Monochromatic Colors of #A88203
Black with #A88203
Text Example
Text Example
White with #A88203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88203; }
p { color: rgb(168,130,3); }
H1.HeaderClassName
{
color: #A88203;
}
.AnyTagClassName
{
color: #A88203;
}
</style>
background-color css
<style>
a { background-color: #A88203; }
a { background-color: rgb(168,130,3); }
div.DivClassName
{
background-color: #A88203;
}
.BgClassName
{
background-color: #A88203;
}
</style>
border-color css
<style>
span { border-color: #A88203; }
span { border-color: rgb(168,130,3); }
td.TdClassName
{
border-color: #A88203;
}
.TagClassName
{
border-color: #A88203;
}
</style>