Shades of Dark Goldenrod #A5830C
Tints of Dark Goldenrod #A5830C
RGB
CMYK
RGB Variations
Color information
#A5830C (or 0xA5830C) is known color: Dark Goldenrod. HEX triplet: A5, 83 and 0C. RGB value is (165,131,12). Sum of RGB (Red+Green+Blue) = 165+131+12=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5830C is #5A7CF3. Grayscale: #808080. Windows color (decimal): -5930228 or 820133. OLE color: 820133.
HSL color Cylindrical-coordinate representation of color #A5830C: hue angle of 46.67º 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 #A5830C is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 131 | 12 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.35 |
| HSL | 46.67º | 0.86% | 0.35% | - |
| HSV(B) | 46.67º | 0.93% | 0.65% | - |
| XYZ | 23.7 | 24.26 | 3.78 | - |
| YUV | 127.6 | 62.76 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 131 | 12 | 0 | 0.21 | 0.93 | 0.35 | 46.67 | 0.86 | 0.35 |
| Hex | A5 | 83 | C | 0 | 15 | 5D | 23 | 2F | 56 | 23 |
| Octal | 245 | 203 | 14 | 0 | 25 | 135 | 43 | 57 | 126 | 43 |
| Binary | 10100101 | 10000011 | 1100 | 0 | 10101 | 1011101 | 100011 | 101111 | 1010110 | 100011 |
Color Harmonies of #A5830C
Complementary color
Monochromatic Colors of #A5830C
Black with #A5830C
Text Example
Text Example
White with #A5830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5830C; }
p { color: rgb(165,131,12); }
H1.HeaderClassName
{
color: #A5830C;
}
.AnyTagClassName
{
color: #A5830C;
}
</style>
background-color css
<style>
a { background-color: #A5830C; }
a { background-color: rgb(165,131,12); }
div.DivClassName
{
background-color: #A5830C;
}
.BgClassName
{
background-color: #A5830C;
}
</style>
border-color css
<style>
span { border-color: #A5830C; }
span { border-color: rgb(165,131,12); }
td.TdClassName
{
border-color: #A5830C;
}
.TagClassName
{
border-color: #A5830C;
}
</style>