Shades of Dark Goldenrod #A07E08
Tints of Dark Goldenrod #A07E08
RGB
CMYK
RGB Variations
Color information
#A07E08 (or 0xA07E08) is known color: Dark Goldenrod. HEX triplet: A0, 7E and 08. RGB value is (160,126,8). Sum of RGB (Red+Green+Blue) = 160+126+8=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07E08 is #5F81F7. Grayscale: #7B7B7B. Windows color (decimal): -6259192 or 556704. OLE color: 556704.
HSL color Cylindrical-coordinate representation of color #A07E08: hue angle of 46.58º 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 #A07E08 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 8 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.37 |
| HSL | 46.58º | 0.9% | 0.33% | - |
| HSV(B) | 46.58º | 0.95% | 0.63% | - |
| XYZ | 22 | 22.41 | 3.4 | - |
| YUV | 122.71 | 63.26 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 8 | 0 | 0.21 | 0.95 | 0.37 | 46.58 | 0.9 | 0.33 |
| Hex | A0 | 7E | 8 | 0 | 15 | 5F | 25 | 2F | 5A | 21 |
| Octal | 240 | 176 | 10 | 0 | 25 | 137 | 45 | 57 | 132 | 41 |
| Binary | 10100000 | 1111110 | 1000 | 0 | 10101 | 1011111 | 100101 | 101111 | 1011010 | 100001 |
Color Harmonies of #A07E08
Complementary color
Monochromatic Colors of #A07E08
Black with #A07E08
Text Example
Text Example
White with #A07E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E08; }
p { color: rgb(160,126,8); }
H1.HeaderClassName
{
color: #A07E08;
}
.AnyTagClassName
{
color: #A07E08;
}
</style>
background-color css
<style>
a { background-color: #A07E08; }
a { background-color: rgb(160,126,8); }
div.DivClassName
{
background-color: #A07E08;
}
.BgClassName
{
background-color: #A07E08;
}
</style>
border-color css
<style>
span { border-color: #A07E08; }
span { border-color: rgb(160,126,8); }
td.TdClassName
{
border-color: #A07E08;
}
.TagClassName
{
border-color: #A07E08;
}
</style>