Shades of Dark Goldenrod #A88F01
Tints of Dark Goldenrod #A88F01
RGB
CMYK
RGB Variations
Color information
#A88F01 (or 0xA88F01) is known color: Dark Goldenrod. HEX triplet: A8, 8F and 01. RGB value is (168,143,1). Sum of RGB (Red+Green+Blue) = 168+143+1=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88F01 is #5770FE. Grayscale: #868686. Windows color (decimal): -5730559 or 102312. OLE color: 102312.
HSL color Cylindrical-coordinate representation of color #A88F01: hue angle of 51.02º 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 #A88F01 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 143 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.34 |
| HSL | 51.02º | 0.99% | 0.33% | - |
| HSV(B) | 51.02º | 0.99% | 0.66% | - |
| XYZ | 25.98 | 27.97 | 4.06 | - |
| YUV | 134.29 | 52.78 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 1 | 0 | 0.15 | 0.99 | 0.34 | 51.02 | 0.99 | 0.33 |
| Hex | A8 | 8F | 1 | 0 | F | 63 | 22 | 33 | 63 | 21 |
| Octal | 250 | 217 | 1 | 0 | 17 | 143 | 42 | 63 | 143 | 41 |
| Binary | 10101000 | 10001111 | 1 | 0 | 1111 | 1100011 | 100010 | 110011 | 1100011 | 100001 |
Color Harmonies of #A88F01
Complementary color
Monochromatic Colors of #A88F01
Black with #A88F01
Text Example
Text Example
White with #A88F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88F01; }
p { color: rgb(168,143,1); }
H1.HeaderClassName
{
color: #A88F01;
}
.AnyTagClassName
{
color: #A88F01;
}
</style>
background-color css
<style>
a { background-color: #A88F01; }
a { background-color: rgb(168,143,1); }
div.DivClassName
{
background-color: #A88F01;
}
.BgClassName
{
background-color: #A88F01;
}
</style>
border-color css
<style>
span { border-color: #A88F01; }
span { border-color: rgb(168,143,1); }
td.TdClassName
{
border-color: #A88F01;
}
.TagClassName
{
border-color: #A88F01;
}
</style>