Shades of Dark Goldenrod #A3820C
Tints of Dark Goldenrod #A3820C
RGB
CMYK
RGB Variations
Color information
#A3820C (or 0xA3820C) is known color: Dark Goldenrod. HEX triplet: A3, 82 and 0C. RGB value is (163,130,12). Sum of RGB (Red+Green+Blue) = 163+130+12=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3820C is #5C7DF3. Grayscale: #7E7E7E. Windows color (decimal): -6061556 or 819875. OLE color: 819875.
HSL color Cylindrical-coordinate representation of color #A3820C: hue angle of 46.89º 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 #A3820C is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 12 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.36 |
| HSL | 46.89º | 0.86% | 0.34% | - |
| HSV(B) | 46.89º | 0.93% | 0.64% | - |
| XYZ | 23.15 | 23.78 | 3.72 | - |
| YUV | 126.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 12 | 0 | 0.20 | 0.93 | 0.36 | 46.89 | 0.86 | 0.34 |
| Hex | A3 | 82 | C | 0 | 14 | 5D | 24 | 2F | 56 | 22 |
| Octal | 243 | 202 | 14 | 0 | 24 | 135 | 44 | 57 | 126 | 42 |
| Binary | 10100011 | 10000010 | 1100 | 0 | 10100 | 1011101 | 100100 | 101111 | 1010110 | 100010 |
Color Harmonies of #A3820C
Complementary color
Monochromatic Colors of #A3820C
Black with #A3820C
Text Example
Text Example
White with #A3820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3820C; }
p { color: rgb(163,130,12); }
H1.HeaderClassName
{
color: #A3820C;
}
.AnyTagClassName
{
color: #A3820C;
}
</style>
background-color css
<style>
a { background-color: #A3820C; }
a { background-color: rgb(163,130,12); }
div.DivClassName
{
background-color: #A3820C;
}
.BgClassName
{
background-color: #A3820C;
}
</style>
border-color css
<style>
span { border-color: #A3820C; }
span { border-color: rgb(163,130,12); }
td.TdClassName
{
border-color: #A3820C;
}
.TagClassName
{
border-color: #A3820C;
}
</style>