Shades of Dark Goldenrod #A5780B
Tints of Dark Goldenrod #A5780B
RGB
CMYK
RGB Variations
Color information
#A5780B (or 0xA5780B) is known color: Dark Goldenrod. HEX triplet: A5, 78 and 0B. RGB value is (165,120,11). Sum of RGB (Red+Green+Blue) = 165+120+11=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A5780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5780B is #5A87F4. Grayscale: #797979. Windows color (decimal): -5933045 or 751781. OLE color: 751781.
HSL color Cylindrical-coordinate representation of color #A5780B: hue angle of 42.47º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5780B is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 11 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.35 |
| HSL | 42.47º | 0.88% | 0.35% | - |
| HSV(B) | 42.47º | 0.93% | 0.65% | - |
| XYZ | 22.29 | 21.46 | 3.28 | - |
| YUV | 121.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 11 | 0 | 0.27 | 0.93 | 0.35 | 42.47 | 0.88 | 0.35 |
| Hex | A5 | 78 | B | 0 | 1B | 5D | 23 | 2A | 58 | 23 |
| Octal | 245 | 170 | 13 | 0 | 33 | 135 | 43 | 52 | 130 | 43 |
| Binary | 10100101 | 1111000 | 1011 | 0 | 11011 | 1011101 | 100011 | 101010 | 1011000 | 100011 |
Color Harmonies of #A5780B
Complementary color
Monochromatic Colors of #A5780B
Black with #A5780B
Text Example
Text Example
White with #A5780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5780B; }
p { color: rgb(165,120,11); }
H1.HeaderClassName
{
color: #A5780B;
}
.AnyTagClassName
{
color: #A5780B;
}
</style>
background-color css
<style>
a { background-color: #A5780B; }
a { background-color: rgb(165,120,11); }
div.DivClassName
{
background-color: #A5780B;
}
.BgClassName
{
background-color: #A5780B;
}
</style>
border-color css
<style>
span { border-color: #A5780B; }
span { border-color: rgb(165,120,11); }
td.TdClassName
{
border-color: #A5780B;
}
.TagClassName
{
border-color: #A5780B;
}
</style>