Shades of Dark Goldenrod #A5780D
Tints of Dark Goldenrod #A5780D
RGB
CMYK
RGB Variations
Color information
#A5780D (or 0xA5780D) is known color: Dark Goldenrod. HEX triplet: A5, 78 and 0D. RGB value is (165,120,13). Sum of RGB (Red+Green+Blue) = 165+120+13=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A5780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5780D is #5A87F2. Grayscale: #797979. Windows color (decimal): -5933043 or 882853. OLE color: 882853.
HSL color Cylindrical-coordinate representation of color #A5780D: hue angle of 42.24º 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 #A5780D is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 13 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.35 |
| HSL | 42.24º | 0.85% | 0.35% | - |
| HSV(B) | 42.24º | 0.92% | 0.65% | - |
| XYZ | 22.31 | 21.46 | 3.35 | - |
| YUV | 121.26 | 66.91 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 13 | 0 | 0.27 | 0.92 | 0.35 | 42.24 | 0.85 | 0.35 |
| Hex | A5 | 78 | D | 0 | 1B | 5C | 23 | 2A | 55 | 23 |
| Octal | 245 | 170 | 15 | 0 | 33 | 134 | 43 | 52 | 125 | 43 |
| Binary | 10100101 | 1111000 | 1101 | 0 | 11011 | 1011100 | 100011 | 101010 | 1010101 | 100011 |
Color Harmonies of #A5780D
Complementary color
Monochromatic Colors of #A5780D
Black with #A5780D
Text Example
Text Example
White with #A5780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5780D; }
p { color: rgb(165,120,13); }
H1.HeaderClassName
{
color: #A5780D;
}
.AnyTagClassName
{
color: #A5780D;
}
</style>
background-color css
<style>
a { background-color: #A5780D; }
a { background-color: rgb(165,120,13); }
div.DivClassName
{
background-color: #A5780D;
}
.BgClassName
{
background-color: #A5780D;
}
</style>
border-color css
<style>
span { border-color: #A5780D; }
span { border-color: rgb(165,120,13); }
td.TdClassName
{
border-color: #A5780D;
}
.TagClassName
{
border-color: #A5780D;
}
</style>