Shades of Dark Goldenrod #A5770B
Tints of Dark Goldenrod #A5770B
RGB
CMYK
RGB Variations
Color information
#A5770B (or 0xA5770B) is known color: Dark Goldenrod. HEX triplet: A5, 77 and 0B. RGB value is (165,119,11). Sum of RGB (Red+Green+Blue) = 165+119+11=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5770B is #5A88F4. Grayscale: #787878. Windows color (decimal): -5933301 or 751525. OLE color: 751525.
HSL color Cylindrical-coordinate representation of color #A5770B: hue angle of 42.08º 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 #A5770B is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 119 | 11 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.35 |
| HSL | 42.08º | 0.88% | 0.35% | - |
| HSV(B) | 42.08º | 0.93% | 0.65% | - |
| XYZ | 22.17 | 21.22 | 3.24 | - |
| YUV | 120.44 | 66.24 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 11 | 0 | 0.28 | 0.93 | 0.35 | 42.08 | 0.88 | 0.35 |
| Hex | A5 | 77 | B | 0 | 1C | 5D | 23 | 2A | 58 | 23 |
| Octal | 245 | 167 | 13 | 0 | 34 | 135 | 43 | 52 | 130 | 43 |
| Binary | 10100101 | 1110111 | 1011 | 0 | 11100 | 1011101 | 100011 | 101010 | 1011000 | 100011 |
Color Harmonies of #A5770B
Complementary color
Monochromatic Colors of #A5770B
Black with #A5770B
Text Example
Text Example
White with #A5770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5770B; }
p { color: rgb(165,119,11); }
H1.HeaderClassName
{
color: #A5770B;
}
.AnyTagClassName
{
color: #A5770B;
}
</style>
background-color css
<style>
a { background-color: #A5770B; }
a { background-color: rgb(165,119,11); }
div.DivClassName
{
background-color: #A5770B;
}
.BgClassName
{
background-color: #A5770B;
}
</style>
border-color css
<style>
span { border-color: #A5770B; }
span { border-color: rgb(165,119,11); }
td.TdClassName
{
border-color: #A5770B;
}
.TagClassName
{
border-color: #A5770B;
}
</style>