Shades of Dark Goldenrod #A89101
Tints of Dark Goldenrod #A89101
RGB
CMYK
RGB Variations
Color information
#A89101 (or 0xA89101) is known color: Dark Goldenrod. HEX triplet: A8, 91 and 01. RGB value is (168,145,1). Sum of RGB (Red+Green+Blue) = 168+145+1=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A89101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89101 is #576EFE. Grayscale: #888888. Windows color (decimal): -5730047 or 102824. OLE color: 102824.
HSL color Cylindrical-coordinate representation of color #A89101: hue angle of 51.74º 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 #A89101 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.34 |
| HSL | 51.74º | 0.99% | 0.33% | - |
| HSV(B) | 51.74º | 0.99% | 0.66% | - |
| XYZ | 26.28 | 28.58 | 4.16 | - |
| YUV | 135.46 | 52.12 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 1 | 0 | 0.14 | 0.99 | 0.34 | 51.74 | 0.99 | 0.33 |
| Hex | A8 | 91 | 1 | 0 | E | 63 | 22 | 34 | 63 | 21 |
| Octal | 250 | 221 | 1 | 0 | 16 | 143 | 42 | 64 | 143 | 41 |
| Binary | 10101000 | 10010001 | 1 | 0 | 1110 | 1100011 | 100010 | 110100 | 1100011 | 100001 |
Color Harmonies of #A89101
Complementary color
Monochromatic Colors of #A89101
Black with #A89101
Text Example
Text Example
White with #A89101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89101; }
p { color: rgb(168,145,1); }
H1.HeaderClassName
{
color: #A89101;
}
.AnyTagClassName
{
color: #A89101;
}
</style>
background-color css
<style>
a { background-color: #A89101; }
a { background-color: rgb(168,145,1); }
div.DivClassName
{
background-color: #A89101;
}
.BgClassName
{
background-color: #A89101;
}
</style>
border-color css
<style>
span { border-color: #A89101; }
span { border-color: rgb(168,145,1); }
td.TdClassName
{
border-color: #A89101;
}
.TagClassName
{
border-color: #A89101;
}
</style>