Shades of Dark Goldenrod #A88B0F
Tints of Dark Goldenrod #A88B0F
RGB
CMYK
RGB Variations
Color information
#A88B0F (or 0xA88B0F) is known color: Dark Goldenrod. HEX triplet: A8, 8B and 0F. RGB value is (168,139,15). Sum of RGB (Red+Green+Blue) = 168+139+15=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88B0F is #5774F0. Grayscale: #868686. Windows color (decimal): -5731569 or 1018792. OLE color: 1018792.
HSL color Cylindrical-coordinate representation of color #A88B0F: hue angle of 48.63º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A88B0F is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 139 | 15 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.34 |
| HSL | 48.63º | 0.84% | 0.36% | - |
| HSV(B) | 48.63º | 0.91% | 0.66% | - |
| XYZ | 25.47 | 26.82 | 4.29 | - |
| YUV | 133.54 | 61.11 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 15 | 0 | 0.17 | 0.91 | 0.34 | 48.63 | 0.84 | 0.36 |
| Hex | A8 | 8B | F | 0 | 11 | 5B | 22 | 31 | 54 | 24 |
| Octal | 250 | 213 | 17 | 0 | 21 | 133 | 42 | 61 | 124 | 44 |
| Binary | 10101000 | 10001011 | 1111 | 0 | 10001 | 1011011 | 100010 | 110001 | 1010100 | 100100 |
Color Harmonies of #A88B0F
Complementary color
Monochromatic Colors of #A88B0F
Black with #A88B0F
Text Example
Text Example
White with #A88B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88B0F; }
p { color: rgb(168,139,15); }
H1.HeaderClassName
{
color: #A88B0F;
}
.AnyTagClassName
{
color: #A88B0F;
}
</style>
background-color css
<style>
a { background-color: #A88B0F; }
a { background-color: rgb(168,139,15); }
div.DivClassName
{
background-color: #A88B0F;
}
.BgClassName
{
background-color: #A88B0F;
}
</style>
border-color css
<style>
span { border-color: #A88B0F; }
span { border-color: rgb(168,139,15); }
td.TdClassName
{
border-color: #A88B0F;
}
.TagClassName
{
border-color: #A88B0F;
}
</style>