Shades of Dark Goldenrod #A08403
Tints of Dark Goldenrod #A08403
RGB
CMYK
RGB Variations
Color information
#A08403 (or 0xA08403) is known color: Dark Goldenrod. HEX triplet: A0, 84 and 03. RGB value is (160,132,3). Sum of RGB (Red+Green+Blue) = 160+132+3=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A08403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08403 is #5F7BFC. Grayscale: #7E7E7E. Windows color (decimal): -6257661 or 230560. OLE color: 230560.
HSL color Cylindrical-coordinate representation of color #A08403: hue angle of 49.3º 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 #A08403 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 3 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.37 |
| HSL | 49.3º | 0.96% | 0.32% | - |
| HSV(B) | 49.3º | 0.98% | 0.63% | - |
| XYZ | 22.76 | 23.98 | 3.52 | - |
| YUV | 125.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 3 | 0 | 0.17 | 0.98 | 0.37 | 49.3 | 0.96 | 0.32 |
| Hex | A0 | 84 | 3 | 0 | 11 | 62 | 25 | 31 | 60 | 20 |
| Octal | 240 | 204 | 3 | 0 | 21 | 142 | 45 | 61 | 140 | 40 |
| Binary | 10100000 | 10000100 | 11 | 0 | 10001 | 1100010 | 100101 | 110001 | 1100000 | 100000 |
Color Harmonies of #A08403
Complementary color
Monochromatic Colors of #A08403
Black with #A08403
Text Example
Text Example
White with #A08403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08403; }
p { color: rgb(160,132,3); }
H1.HeaderClassName
{
color: #A08403;
}
.AnyTagClassName
{
color: #A08403;
}
</style>
background-color css
<style>
a { background-color: #A08403; }
a { background-color: rgb(160,132,3); }
div.DivClassName
{
background-color: #A08403;
}
.BgClassName
{
background-color: #A08403;
}
</style>
border-color css
<style>
span { border-color: #A08403; }
span { border-color: rgb(160,132,3); }
td.TdClassName
{
border-color: #A08403;
}
.TagClassName
{
border-color: #A08403;
}
</style>