Shades of Dark Goldenrod #A8770F
Tints of Dark Goldenrod #A8770F
RGB
CMYK
RGB Variations
Color information
#A8770F (or 0xA8770F) is known color: Dark Goldenrod. HEX triplet: A8, 77 and 0F. RGB value is (168,119,15). Sum of RGB (Red+Green+Blue) = 168+119+15=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8770F is #5788F0. Grayscale: #7A7A7A. Windows color (decimal): -5736689 or 1013672. OLE color: 1013672.
HSL color Cylindrical-coordinate representation of color #A8770F: hue angle of 40.78º 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 #A8770F is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 15 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.34 |
| HSL | 40.78º | 0.84% | 0.36% | - |
| HSV(B) | 40.78º | 0.91% | 0.66% | - |
| XYZ | 22.83 | 21.55 | 3.41 | - |
| YUV | 121.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 15 | 0 | 0.29 | 0.91 | 0.34 | 40.78 | 0.84 | 0.36 |
| Hex | A8 | 77 | F | 0 | 1D | 5B | 22 | 29 | 54 | 24 |
| Octal | 250 | 167 | 17 | 0 | 35 | 133 | 42 | 51 | 124 | 44 |
| Binary | 10101000 | 1110111 | 1111 | 0 | 11101 | 1011011 | 100010 | 101001 | 1010100 | 100100 |
Color Harmonies of #A8770F
Complementary color
Monochromatic Colors of #A8770F
Black with #A8770F
Text Example
Text Example
White with #A8770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8770F; }
p { color: rgb(168,119,15); }
H1.HeaderClassName
{
color: #A8770F;
}
.AnyTagClassName
{
color: #A8770F;
}
</style>
background-color css
<style>
a { background-color: #A8770F; }
a { background-color: rgb(168,119,15); }
div.DivClassName
{
background-color: #A8770F;
}
.BgClassName
{
background-color: #A8770F;
}
</style>
border-color css
<style>
span { border-color: #A8770F; }
span { border-color: rgb(168,119,15); }
td.TdClassName
{
border-color: #A8770F;
}
.TagClassName
{
border-color: #A8770F;
}
</style>