Shades of Dark Goldenrod #A5890C
Tints of Dark Goldenrod #A5890C
RGB
CMYK
RGB Variations
Color information
#A5890C (or 0xA5890C) is known color: Dark Goldenrod. HEX triplet: A5, 89 and 0C. RGB value is (165,137,12). Sum of RGB (Red+Green+Blue) = 165+137+12=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A5890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5890C is #5A76F3. Grayscale: #838383. Windows color (decimal): -5928692 or 821669. OLE color: 821669.
HSL color Cylindrical-coordinate representation of color #A5890C: hue angle of 49.02º degrees, saturation: 0.86, 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 #A5890C is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 137 | 12 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.35 |
| HSL | 49.02º | 0.86% | 0.35% | - |
| HSV(B) | 49.02º | 0.93% | 0.65% | - |
| XYZ | 24.53 | 25.92 | 4.06 | - |
| YUV | 131.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 12 | 0 | 0.17 | 0.93 | 0.35 | 49.02 | 0.86 | 0.35 |
| Hex | A5 | 89 | C | 0 | 11 | 5D | 23 | 31 | 56 | 23 |
| Octal | 245 | 211 | 14 | 0 | 21 | 135 | 43 | 61 | 126 | 43 |
| Binary | 10100101 | 10001001 | 1100 | 0 | 10001 | 1011101 | 100011 | 110001 | 1010110 | 100011 |
Color Harmonies of #A5890C
Complementary color
Monochromatic Colors of #A5890C
Black with #A5890C
Text Example
Text Example
White with #A5890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5890C; }
p { color: rgb(165,137,12); }
H1.HeaderClassName
{
color: #A5890C;
}
.AnyTagClassName
{
color: #A5890C;
}
</style>
background-color css
<style>
a { background-color: #A5890C; }
a { background-color: rgb(165,137,12); }
div.DivClassName
{
background-color: #A5890C;
}
.BgClassName
{
background-color: #A5890C;
}
</style>
border-color css
<style>
span { border-color: #A5890C; }
span { border-color: rgb(165,137,12); }
td.TdClassName
{
border-color: #A5890C;
}
.TagClassName
{
border-color: #A5890C;
}
</style>