Shades of Dark Goldenrod #A89203
Tints of Dark Goldenrod #A89203
RGB
CMYK
RGB Variations
Color information
#A89203 (or 0xA89203) is known color: Dark Goldenrod. HEX triplet: A8, 92 and 03. RGB value is (168,146,3). Sum of RGB (Red+Green+Blue) = 168+146+3=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A89203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89203 is #576DFC. Grayscale: #888888. Windows color (decimal): -5729789 or 234152. OLE color: 234152.
HSL color Cylindrical-coordinate representation of color #A89203: hue angle of 52º 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 #A89203 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 3 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.34 |
| HSL | 52º | 0.96% | 0.34% | - |
| HSV(B) | 52º | 0.98% | 0.66% | - |
| XYZ | 26.44 | 28.89 | 4.27 | - |
| YUV | 136.28 | 52.79 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 3 | 0 | 0.13 | 0.98 | 0.34 | 52 | 0.96 | 0.34 |
| Hex | A8 | 92 | 3 | 0 | D | 62 | 22 | 34 | 60 | 22 |
| Octal | 250 | 222 | 3 | 0 | 15 | 142 | 42 | 64 | 140 | 42 |
| Binary | 10101000 | 10010010 | 11 | 0 | 1101 | 1100010 | 100010 | 110100 | 1100000 | 100010 |
Color Harmonies of #A89203
Complementary color
Monochromatic Colors of #A89203
Black with #A89203
Text Example
Text Example
White with #A89203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89203; }
p { color: rgb(168,146,3); }
H1.HeaderClassName
{
color: #A89203;
}
.AnyTagClassName
{
color: #A89203;
}
</style>
background-color css
<style>
a { background-color: #A89203; }
a { background-color: rgb(168,146,3); }
div.DivClassName
{
background-color: #A89203;
}
.BgClassName
{
background-color: #A89203;
}
</style>
border-color css
<style>
span { border-color: #A89203; }
span { border-color: rgb(168,146,3); }
td.TdClassName
{
border-color: #A89203;
}
.TagClassName
{
border-color: #A89203;
}
</style>