Shades of Dark Goldenrod #A57A0D
Tints of Dark Goldenrod #A57A0D
RGB
CMYK
RGB Variations
Color information
#A57A0D (or 0xA57A0D) is known color: Dark Goldenrod. HEX triplet: A5, 7A and 0D. RGB value is (165,122,13). Sum of RGB (Red+Green+Blue) = 165+122+13=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57A0D is #5A85F2. Grayscale: #7A7A7A. Windows color (decimal): -5932531 or 883365. OLE color: 883365.
HSL color Cylindrical-coordinate representation of color #A57A0D: hue angle of 43.03º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A57A0D is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 13 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.35 |
| HSL | 43.03º | 0.85% | 0.35% | - |
| HSV(B) | 43.03º | 0.92% | 0.65% | - |
| XYZ | 22.55 | 21.95 | 3.43 | - |
| YUV | 122.43 | 66.25 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 13 | 0 | 0.26 | 0.92 | 0.35 | 43.03 | 0.85 | 0.35 |
| Hex | A5 | 7A | D | 0 | 1A | 5C | 23 | 2B | 55 | 23 |
| Octal | 245 | 172 | 15 | 0 | 32 | 134 | 43 | 53 | 125 | 43 |
| Binary | 10100101 | 1111010 | 1101 | 0 | 11010 | 1011100 | 100011 | 101011 | 1010101 | 100011 |
Color Harmonies of #A57A0D
Complementary color
Monochromatic Colors of #A57A0D
Black with #A57A0D
Text Example
Text Example
White with #A57A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A0D; }
p { color: rgb(165,122,13); }
H1.HeaderClassName
{
color: #A57A0D;
}
.AnyTagClassName
{
color: #A57A0D;
}
</style>
background-color css
<style>
a { background-color: #A57A0D; }
a { background-color: rgb(165,122,13); }
div.DivClassName
{
background-color: #A57A0D;
}
.BgClassName
{
background-color: #A57A0D;
}
</style>
border-color css
<style>
span { border-color: #A57A0D; }
span { border-color: rgb(165,122,13); }
td.TdClassName
{
border-color: #A57A0D;
}
.TagClassName
{
border-color: #A57A0D;
}
</style>