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