Shades of Dark Goldenrod #A57F08
Tints of Dark Goldenrod #A57F08
RGB
CMYK
RGB Variations
Color information
#A57F08 (or 0xA57F08) is known color: Dark Goldenrod. HEX triplet: A5, 7F and 08. RGB value is (165,127,8). Sum of RGB (Red+Green+Blue) = 165+127+8=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57F08 is #5A80F7. Grayscale: #7D7D7D. Windows color (decimal): -5931256 or 556965. OLE color: 556965.
HSL color Cylindrical-coordinate representation of color #A57F08: hue angle of 45.48º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A57F08 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 127 | 8 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.35 |
| HSL | 45.48º | 0.91% | 0.34% | - |
| HSV(B) | 45.48º | 0.95% | 0.65% | - |
| XYZ | 23.15 | 23.2 | 3.49 | - |
| YUV | 124.8 | 62.09 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 8 | 0 | 0.23 | 0.95 | 0.35 | 45.48 | 0.91 | 0.34 |
| Hex | A5 | 7F | 8 | 0 | 17 | 5F | 23 | 2D | 5B | 22 |
| Octal | 245 | 177 | 10 | 0 | 27 | 137 | 43 | 55 | 133 | 42 |
| Binary | 10100101 | 1111111 | 1000 | 0 | 10111 | 1011111 | 100011 | 101101 | 1011011 | 100010 |
Color Harmonies of #A57F08
Complementary color
Monochromatic Colors of #A57F08
Black with #A57F08
Text Example
Text Example
White with #A57F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57F08; }
p { color: rgb(165,127,8); }
H1.HeaderClassName
{
color: #A57F08;
}
.AnyTagClassName
{
color: #A57F08;
}
</style>
background-color css
<style>
a { background-color: #A57F08; }
a { background-color: rgb(165,127,8); }
div.DivClassName
{
background-color: #A57F08;
}
.BgClassName
{
background-color: #A57F08;
}
</style>
border-color css
<style>
span { border-color: #A57F08; }
span { border-color: rgb(165,127,8); }
td.TdClassName
{
border-color: #A57F08;
}
.TagClassName
{
border-color: #A57F08;
}
</style>