Shades of Dark Goldenrod #A78C01
Tints of Dark Goldenrod #A78C01
RGB
CMYK
RGB Variations
Color information
#A78C01 (or 0xA78C01) is known color: Dark Goldenrod. HEX triplet: A7, 8C and 01. RGB value is (167,140,1). Sum of RGB (Red+Green+Blue) = 167+140+1=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78C01 is #5873FE. Grayscale: #848484. Windows color (decimal): -5796863 or 101543. OLE color: 101543.
HSL color Cylindrical-coordinate representation of color #A78C01: hue angle of 50.24º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A78C01 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 140 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.35 |
| HSL | 50.24º | 0.99% | 0.33% | - |
| HSV(B) | 50.24º | 0.99% | 0.65% | - |
| XYZ | 25.32 | 26.97 | 3.9 | - |
| YUV | 132.23 | 53.95 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 1 | 0 | 0.16 | 0.99 | 0.35 | 50.24 | 0.99 | 0.33 |
| Hex | A7 | 8C | 1 | 0 | 10 | 63 | 23 | 32 | 63 | 21 |
| Octal | 247 | 214 | 1 | 0 | 20 | 143 | 43 | 62 | 143 | 41 |
| Binary | 10100111 | 10001100 | 1 | 0 | 10000 | 1100011 | 100011 | 110010 | 1100011 | 100001 |
Color Harmonies of #A78C01
Complementary color
Monochromatic Colors of #A78C01
Black with #A78C01
Text Example
Text Example
White with #A78C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78C01; }
p { color: rgb(167,140,1); }
H1.HeaderClassName
{
color: #A78C01;
}
.AnyTagClassName
{
color: #A78C01;
}
</style>
background-color css
<style>
a { background-color: #A78C01; }
a { background-color: rgb(167,140,1); }
div.DivClassName
{
background-color: #A78C01;
}
.BgClassName
{
background-color: #A78C01;
}
</style>
border-color css
<style>
span { border-color: #A78C01; }
span { border-color: rgb(167,140,1); }
td.TdClassName
{
border-color: #A78C01;
}
.TagClassName
{
border-color: #A78C01;
}
</style>