Shades of Dark Goldenrod #A5810C
Tints of Dark Goldenrod #A5810C
RGB
CMYK
RGB Variations
Color information
#A5810C (or 0xA5810C) is known color: Dark Goldenrod. HEX triplet: A5, 81 and 0C. RGB value is (165,129,12). Sum of RGB (Red+Green+Blue) = 165+129+12=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5810C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5810C is #5A7EF3. Grayscale: #7E7E7E. Windows color (decimal): -5930740 or 819621. OLE color: 819621.
HSL color Cylindrical-coordinate representation of color #A5810C: hue angle of 45.88º 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 #A5810C is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 129 | 12 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.35 |
| HSL | 45.88º | 0.86% | 0.35% | - |
| HSV(B) | 45.88º | 0.93% | 0.65% | - |
| XYZ | 23.43 | 23.73 | 3.69 | - |
| YUV | 126.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 12 | 0 | 0.22 | 0.93 | 0.35 | 45.88 | 0.86 | 0.35 |
| Hex | A5 | 81 | C | 0 | 16 | 5D | 23 | 2E | 56 | 23 |
| Octal | 245 | 201 | 14 | 0 | 26 | 135 | 43 | 56 | 126 | 43 |
| Binary | 10100101 | 10000001 | 1100 | 0 | 10110 | 1011101 | 100011 | 101110 | 1010110 | 100011 |
Color Harmonies of #A5810C
Complementary color
Monochromatic Colors of #A5810C
Black with #A5810C
Text Example
Text Example
White with #A5810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5810C; }
p { color: rgb(165,129,12); }
H1.HeaderClassName
{
color: #A5810C;
}
.AnyTagClassName
{
color: #A5810C;
}
</style>
background-color css
<style>
a { background-color: #A5810C; }
a { background-color: rgb(165,129,12); }
div.DivClassName
{
background-color: #A5810C;
}
.BgClassName
{
background-color: #A5810C;
}
</style>
border-color css
<style>
span { border-color: #A5810C; }
span { border-color: rgb(165,129,12); }
td.TdClassName
{
border-color: #A5810C;
}
.TagClassName
{
border-color: #A5810C;
}
</style>