Shades of Dark Goldenrod #A3800C
Tints of Dark Goldenrod #A3800C
RGB
CMYK
RGB Variations
Color information
#A3800C (or 0xA3800C) is known color: Dark Goldenrod. HEX triplet: A3, 80 and 0C. RGB value is (163,128,12). Sum of RGB (Red+Green+Blue) = 163+128+12=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A3800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3800C is #5C7FF3. Grayscale: #7D7D7D. Windows color (decimal): -6062068 or 819363. OLE color: 819363.
HSL color Cylindrical-coordinate representation of color #A3800C: hue angle of 46.09º 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 #A3800C is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 12 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.36 |
| HSL | 46.09º | 0.86% | 0.34% | - |
| HSV(B) | 46.09º | 0.93% | 0.64% | - |
| XYZ | 22.89 | 23.25 | 3.63 | - |
| YUV | 125.24 | 64.1 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 12 | 0 | 0.21 | 0.93 | 0.36 | 46.09 | 0.86 | 0.34 |
| Hex | A3 | 80 | C | 0 | 15 | 5D | 24 | 2E | 56 | 22 |
| Octal | 243 | 200 | 14 | 0 | 25 | 135 | 44 | 56 | 126 | 42 |
| Binary | 10100011 | 10000000 | 1100 | 0 | 10101 | 1011101 | 100100 | 101110 | 1010110 | 100010 |
Color Harmonies of #A3800C
Complementary color
Monochromatic Colors of #A3800C
Black with #A3800C
Text Example
Text Example
White with #A3800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3800C; }
p { color: rgb(163,128,12); }
H1.HeaderClassName
{
color: #A3800C;
}
.AnyTagClassName
{
color: #A3800C;
}
</style>
background-color css
<style>
a { background-color: #A3800C; }
a { background-color: rgb(163,128,12); }
div.DivClassName
{
background-color: #A3800C;
}
.BgClassName
{
background-color: #A3800C;
}
</style>
border-color css
<style>
span { border-color: #A3800C; }
span { border-color: rgb(163,128,12); }
td.TdClassName
{
border-color: #A3800C;
}
.TagClassName
{
border-color: #A3800C;
}
</style>