Shades of Dark Goldenrod #A8880F
Tints of Dark Goldenrod #A8880F
RGB
CMYK
RGB Variations
Color information
#A8880F (or 0xA8880F) is known color: Dark Goldenrod. HEX triplet: A8, 88 and 0F. RGB value is (168,136,15). Sum of RGB (Red+Green+Blue) = 168+136+15=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A8880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8880F is #5777F0. Grayscale: #848484. Windows color (decimal): -5732337 or 1018024. OLE color: 1018024.
HSL color Cylindrical-coordinate representation of color #A8880F: hue angle of 47.45º 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 #A8880F is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 15 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.34 |
| HSL | 47.45º | 0.84% | 0.36% | - |
| HSV(B) | 47.45º | 0.91% | 0.66% | - |
| XYZ | 25.04 | 25.97 | 4.14 | - |
| YUV | 131.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 15 | 0 | 0.19 | 0.91 | 0.34 | 47.45 | 0.84 | 0.36 |
| Hex | A8 | 88 | F | 0 | 13 | 5B | 22 | 2F | 54 | 24 |
| Octal | 250 | 210 | 17 | 0 | 23 | 133 | 42 | 57 | 124 | 44 |
| Binary | 10101000 | 10001000 | 1111 | 0 | 10011 | 1011011 | 100010 | 101111 | 1010100 | 100100 |
Color Harmonies of #A8880F
Complementary color
Monochromatic Colors of #A8880F
Black with #A8880F
Text Example
Text Example
White with #A8880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8880F; }
p { color: rgb(168,136,15); }
H1.HeaderClassName
{
color: #A8880F;
}
.AnyTagClassName
{
color: #A8880F;
}
</style>
background-color css
<style>
a { background-color: #A8880F; }
a { background-color: rgb(168,136,15); }
div.DivClassName
{
background-color: #A8880F;
}
.BgClassName
{
background-color: #A8880F;
}
</style>
border-color css
<style>
span { border-color: #A8880F; }
span { border-color: rgb(168,136,15); }
td.TdClassName
{
border-color: #A8880F;
}
.TagClassName
{
border-color: #A8880F;
}
</style>