Shades of Dark Goldenrod #A5800B
Tints of Dark Goldenrod #A5800B
RGB
CMYK
RGB Variations
Color information
#A5800B (or 0xA5800B) is known color: Dark Goldenrod. HEX triplet: A5, 80 and 0B. RGB value is (165,128,11). Sum of RGB (Red+Green+Blue) = 165+128+11=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A5800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5800B is #5A7FF4. Grayscale: #7E7E7E. Windows color (decimal): -5930997 or 753829. OLE color: 753829.
HSL color Cylindrical-coordinate representation of color #A5800B: hue angle of 45.58º 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 #A5800B is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 128 | 11 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.35 |
| HSL | 45.58º | 0.88% | 0.35% | - |
| HSV(B) | 45.58º | 0.93% | 0.65% | - |
| XYZ | 23.3 | 23.46 | 3.62 | - |
| YUV | 125.73 | 63.26 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 11 | 0 | 0.22 | 0.93 | 0.35 | 45.58 | 0.88 | 0.35 |
| Hex | A5 | 80 | B | 0 | 16 | 5D | 23 | 2E | 58 | 23 |
| Octal | 245 | 200 | 13 | 0 | 26 | 135 | 43 | 56 | 130 | 43 |
| Binary | 10100101 | 10000000 | 1011 | 0 | 10110 | 1011101 | 100011 | 101110 | 1011000 | 100011 |
Color Harmonies of #A5800B
Complementary color
Monochromatic Colors of #A5800B
Black with #A5800B
Text Example
Text Example
White with #A5800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5800B; }
p { color: rgb(165,128,11); }
H1.HeaderClassName
{
color: #A5800B;
}
.AnyTagClassName
{
color: #A5800B;
}
</style>
background-color css
<style>
a { background-color: #A5800B; }
a { background-color: rgb(165,128,11); }
div.DivClassName
{
background-color: #A5800B;
}
.BgClassName
{
background-color: #A5800B;
}
</style>
border-color css
<style>
span { border-color: #A5800B; }
span { border-color: rgb(165,128,11); }
td.TdClassName
{
border-color: #A5800B;
}
.TagClassName
{
border-color: #A5800B;
}
</style>