Shades of Dark Goldenrod #A3810C
Tints of Dark Goldenrod #A3810C
RGB
CMYK
RGB Variations
Color information
#A3810C (or 0xA3810C) is known color: Dark Goldenrod. HEX triplet: A3, 81 and 0C. RGB value is (163,129,12). Sum of RGB (Red+Green+Blue) = 163+129+12=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A3810C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3810C is #5C7EF3. Grayscale: #7E7E7E. Windows color (decimal): -6061812 or 819619. OLE color: 819619.
HSL color Cylindrical-coordinate representation of color #A3810C: hue angle of 46.49º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3810C is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 12 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.36 |
| HSL | 46.49º | 0.86% | 0.34% | - |
| HSV(B) | 46.49º | 0.93% | 0.64% | - |
| XYZ | 23.02 | 23.51 | 3.67 | - |
| YUV | 125.83 | 63.76 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 12 | 0 | 0.21 | 0.93 | 0.36 | 46.49 | 0.86 | 0.34 |
| Hex | A3 | 81 | C | 0 | 15 | 5D | 24 | 2E | 56 | 22 |
| Octal | 243 | 201 | 14 | 0 | 25 | 135 | 44 | 56 | 126 | 42 |
| Binary | 10100011 | 10000001 | 1100 | 0 | 10101 | 1011101 | 100100 | 101110 | 1010110 | 100010 |
Color Harmonies of #A3810C
Complementary color
Monochromatic Colors of #A3810C
Black with #A3810C
Text Example
Text Example
White with #A3810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3810C; }
p { color: rgb(163,129,12); }
H1.HeaderClassName
{
color: #A3810C;
}
.AnyTagClassName
{
color: #A3810C;
}
</style>
background-color css
<style>
a { background-color: #A3810C; }
a { background-color: rgb(163,129,12); }
div.DivClassName
{
background-color: #A3810C;
}
.BgClassName
{
background-color: #A3810C;
}
</style>
border-color css
<style>
span { border-color: #A3810C; }
span { border-color: rgb(163,129,12); }
td.TdClassName
{
border-color: #A3810C;
}
.TagClassName
{
border-color: #A3810C;
}
</style>