Shades of Dark Goldenrod #A8760A
Tints of Dark Goldenrod #A8760A
RGB
CMYK
RGB Variations
Color information
#A8760A (or 0xA8760A) is known color: Dark Goldenrod. HEX triplet: A8, 76 and 0A. RGB value is (168,118,10). Sum of RGB (Red+Green+Blue) = 168+118+10=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8760A is #5789F5. Grayscale: #797979. Windows color (decimal): -5736950 or 685736. OLE color: 685736.
HSL color Cylindrical-coordinate representation of color #A8760A: hue angle of 41.01º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8760A is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 10 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.34 |
| HSL | 41.01º | 0.89% | 0.35% | - |
| HSV(B) | 41.01º | 0.94% | 0.66% | - |
| XYZ | 22.68 | 21.3 | 3.2 | - |
| YUV | 120.64 | 65.57 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 10 | 0 | 0.30 | 0.94 | 0.34 | 41.01 | 0.89 | 0.35 |
| Hex | A8 | 76 | A | 0 | 1E | 5E | 22 | 29 | 59 | 23 |
| Octal | 250 | 166 | 12 | 0 | 36 | 136 | 42 | 51 | 131 | 43 |
| Binary | 10101000 | 1110110 | 1010 | 0 | 11110 | 1011110 | 100010 | 101001 | 1011001 | 100011 |
Color Harmonies of #A8760A
Complementary color
Monochromatic Colors of #A8760A
Black with #A8760A
Text Example
Text Example
White with #A8760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8760A; }
p { color: rgb(168,118,10); }
H1.HeaderClassName
{
color: #A8760A;
}
.AnyTagClassName
{
color: #A8760A;
}
</style>
background-color css
<style>
a { background-color: #A8760A; }
a { background-color: rgb(168,118,10); }
div.DivClassName
{
background-color: #A8760A;
}
.BgClassName
{
background-color: #A8760A;
}
</style>
border-color css
<style>
span { border-color: #A8760A; }
span { border-color: rgb(168,118,10); }
td.TdClassName
{
border-color: #A8760A;
}
.TagClassName
{
border-color: #A8760A;
}
</style>