Shades of Dark Goldenrod #A89300
Tints of Dark Goldenrod #A89300
RGB
CMYK
RGB Variations
Color information
#A89300 (or 0xA89300) is known color: Dark Goldenrod. HEX triplet: A8, 93 and 00. RGB value is (168,147,0). Sum of RGB (Red+Green+Blue) = 168+147+0=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A89300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89300 is #576CFF. Grayscale: #898989. Windows color (decimal): -5729536 or 37800. OLE color: 37800.
HSL color Cylindrical-coordinate representation of color #A89300: hue angle of 52.5º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A89300 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.34 |
| HSL | 52.5º | 1% | 0.33% | - |
| HSV(B) | 52.5º | 1% | 0.66% | - |
| XYZ | 26.58 | 29.19 | 4.23 | - |
| YUV | 136.52 | 50.96 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 0 | 0 | 0.13 | 1 | 0.34 | 52.5 | 1 | 0.33 |
| Hex | A8 | 93 | 0 | 0 | D | 64 | 22 | 34 | 64 | 21 |
| Octal | 250 | 223 | 0 | 0 | 15 | 144 | 42 | 64 | 144 | 41 |
| Binary | 10101000 | 10010011 | 0 | 0 | 1101 | 1100100 | 100010 | 110100 | 1100100 | 100001 |
Color Harmonies of #A89300
Complementary color
Monochromatic Colors of #A89300
Black with #A89300
Text Example
Text Example
White with #A89300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89300; }
p { color: rgb(168,147,0); }
H1.HeaderClassName
{
color: #A89300;
}
.AnyTagClassName
{
color: #A89300;
}
</style>
background-color css
<style>
a { background-color: #A89300; }
a { background-color: rgb(168,147,0); }
div.DivClassName
{
background-color: #A89300;
}
.BgClassName
{
background-color: #A89300;
}
</style>
border-color css
<style>
span { border-color: #A89300; }
span { border-color: rgb(168,147,0); }
td.TdClassName
{
border-color: #A89300;
}
.TagClassName
{
border-color: #A89300;
}
</style>