Shades of Dark Goldenrod #A07F08
Tints of Dark Goldenrod #A07F08
RGB
CMYK
RGB Variations
Color information
#A07F08 (or 0xA07F08) is known color: Dark Goldenrod. HEX triplet: A0, 7F and 08. RGB value is (160,127,8). Sum of RGB (Red+Green+Blue) = 160+127+8=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07F08 is #5F80F7. Grayscale: #7B7B7B. Windows color (decimal): -6258936 or 556960. OLE color: 556960.
HSL color Cylindrical-coordinate representation of color #A07F08: hue angle of 46.97º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A07F08 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 8 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.37 |
| HSL | 46.97º | 0.9% | 0.33% | - |
| HSV(B) | 46.97º | 0.95% | 0.63% | - |
| XYZ | 22.13 | 22.67 | 3.44 | - |
| YUV | 123.3 | 62.93 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 8 | 0 | 0.21 | 0.95 | 0.37 | 46.97 | 0.9 | 0.33 |
| Hex | A0 | 7F | 8 | 0 | 15 | 5F | 25 | 2F | 5A | 21 |
| Octal | 240 | 177 | 10 | 0 | 25 | 137 | 45 | 57 | 132 | 41 |
| Binary | 10100000 | 1111111 | 1000 | 0 | 10101 | 1011111 | 100101 | 101111 | 1011010 | 100001 |
Color Harmonies of #A07F08
Complementary color
Monochromatic Colors of #A07F08
Black with #A07F08
Text Example
Text Example
White with #A07F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F08; }
p { color: rgb(160,127,8); }
H1.HeaderClassName
{
color: #A07F08;
}
.AnyTagClassName
{
color: #A07F08;
}
</style>
background-color css
<style>
a { background-color: #A07F08; }
a { background-color: rgb(160,127,8); }
div.DivClassName
{
background-color: #A07F08;
}
.BgClassName
{
background-color: #A07F08;
}
</style>
border-color css
<style>
span { border-color: #A07F08; }
span { border-color: rgb(160,127,8); }
td.TdClassName
{
border-color: #A07F08;
}
.TagClassName
{
border-color: #A07F08;
}
</style>