Shades of Dark Goldenrod #A88301
Tints of Dark Goldenrod #A88301
RGB
CMYK
RGB Variations
Color information
#A88301 (or 0xA88301) is known color: Dark Goldenrod. HEX triplet: A8, 83 and 01. RGB value is (168,131,1). Sum of RGB (Red+Green+Blue) = 168+131+1=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A88301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88301 is #577CFE. Grayscale: #7F7F7F. Windows color (decimal): -5733631 or 99240. OLE color: 99240.
HSL color Cylindrical-coordinate representation of color #A88301: hue angle of 46.71º 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 #A88301 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.34 |
| HSL | 46.71º | 0.99% | 0.33% | - |
| HSV(B) | 46.71º | 0.99% | 0.66% | - |
| XYZ | 24.27 | 24.56 | 3.49 | - |
| YUV | 127.24 | 56.76 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 1 | 0 | 0.22 | 0.99 | 0.34 | 46.71 | 0.99 | 0.33 |
| Hex | A8 | 83 | 1 | 0 | 16 | 63 | 22 | 2F | 63 | 21 |
| Octal | 250 | 203 | 1 | 0 | 26 | 143 | 42 | 57 | 143 | 41 |
| Binary | 10101000 | 10000011 | 1 | 0 | 10110 | 1100011 | 100010 | 101111 | 1100011 | 100001 |
Color Harmonies of #A88301
Complementary color
Monochromatic Colors of #A88301
Black with #A88301
Text Example
Text Example
White with #A88301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88301; }
p { color: rgb(168,131,1); }
H1.HeaderClassName
{
color: #A88301;
}
.AnyTagClassName
{
color: #A88301;
}
</style>
background-color css
<style>
a { background-color: #A88301; }
a { background-color: rgb(168,131,1); }
div.DivClassName
{
background-color: #A88301;
}
.BgClassName
{
background-color: #A88301;
}
</style>
border-color css
<style>
span { border-color: #A88301; }
span { border-color: rgb(168,131,1); }
td.TdClassName
{
border-color: #A88301;
}
.TagClassName
{
border-color: #A88301;
}
</style>