Shades of Dark Goldenrod #A88F02
Tints of Dark Goldenrod #A88F02
RGB
CMYK
RGB Variations
Color information
#A88F02 (or 0xA88F02) is known color: Dark Goldenrod. HEX triplet: A8, 8F and 02. RGB value is (168,143,2). Sum of RGB (Red+Green+Blue) = 168+143+2=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88F02 is #5770FD. Grayscale: #868686. Windows color (decimal): -5730558 or 167848. OLE color: 167848.
HSL color Cylindrical-coordinate representation of color #A88F02: hue angle of 50.96º degrees, saturation: 0.98, 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 #A88F02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 143 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.34 |
| HSL | 50.96º | 0.98% | 0.33% | - |
| HSV(B) | 50.96º | 0.99% | 0.66% | - |
| XYZ | 25.98 | 27.97 | 4.09 | - |
| YUV | 134.4 | 53.28 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 2 | 0 | 0.15 | 0.99 | 0.34 | 50.96 | 0.98 | 0.33 |
| Hex | A8 | 8F | 2 | 0 | F | 63 | 22 | 33 | 62 | 21 |
| Octal | 250 | 217 | 2 | 0 | 17 | 143 | 42 | 63 | 142 | 41 |
| Binary | 10101000 | 10001111 | 10 | 0 | 1111 | 1100011 | 100010 | 110011 | 1100010 | 100001 |
Color Harmonies of #A88F02
Complementary color
Monochromatic Colors of #A88F02
Black with #A88F02
Text Example
Text Example
White with #A88F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88F02; }
p { color: rgb(168,143,2); }
H1.HeaderClassName
{
color: #A88F02;
}
.AnyTagClassName
{
color: #A88F02;
}
</style>
background-color css
<style>
a { background-color: #A88F02; }
a { background-color: rgb(168,143,2); }
div.DivClassName
{
background-color: #A88F02;
}
.BgClassName
{
background-color: #A88F02;
}
</style>
border-color css
<style>
span { border-color: #A88F02; }
span { border-color: rgb(168,143,2); }
td.TdClassName
{
border-color: #A88F02;
}
.TagClassName
{
border-color: #A88F02;
}
</style>