Shades of Dark Goldenrod #A57A0B
Tints of Dark Goldenrod #A57A0B
RGB
CMYK
RGB Variations
Color information
#A57A0B (or 0xA57A0B) is known color: Dark Goldenrod. HEX triplet: A5, 7A and 0B. RGB value is (165,122,11). Sum of RGB (Red+Green+Blue) = 165+122+11=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57A0B is #5A85F4. Grayscale: #7A7A7A. Windows color (decimal): -5932533 or 752293. OLE color: 752293.
HSL color Cylindrical-coordinate representation of color #A57A0B: hue angle of 43.25º 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 #A57A0B is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 11 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.35 |
| HSL | 43.25º | 0.88% | 0.35% | - |
| HSV(B) | 43.25º | 0.93% | 0.65% | - |
| XYZ | 22.54 | 21.94 | 3.36 | - |
| YUV | 122.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 11 | 0 | 0.26 | 0.93 | 0.35 | 43.25 | 0.88 | 0.35 |
| Hex | A5 | 7A | B | 0 | 1A | 5D | 23 | 2B | 58 | 23 |
| Octal | 245 | 172 | 13 | 0 | 32 | 135 | 43 | 53 | 130 | 43 |
| Binary | 10100101 | 1111010 | 1011 | 0 | 11010 | 1011101 | 100011 | 101011 | 1011000 | 100011 |
Color Harmonies of #A57A0B
Complementary color
Monochromatic Colors of #A57A0B
Black with #A57A0B
Text Example
Text Example
White with #A57A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A0B; }
p { color: rgb(165,122,11); }
H1.HeaderClassName
{
color: #A57A0B;
}
.AnyTagClassName
{
color: #A57A0B;
}
</style>
background-color css
<style>
a { background-color: #A57A0B; }
a { background-color: rgb(165,122,11); }
div.DivClassName
{
background-color: #A57A0B;
}
.BgClassName
{
background-color: #A57A0B;
}
</style>
border-color css
<style>
span { border-color: #A57A0B; }
span { border-color: rgb(165,122,11); }
td.TdClassName
{
border-color: #A57A0B;
}
.TagClassName
{
border-color: #A57A0B;
}
</style>