Shades of Dark Goldenrod #A38106
Tints of Dark Goldenrod #A38106
RGB
CMYK
RGB Variations
Color information
#A38106 (or 0xA38106) is known color: Dark Goldenrod. HEX triplet: A3, 81 and 06. RGB value is (163,129,6). Sum of RGB (Red+Green+Blue) = 163+129+6=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A38106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38106 is #5C7EF9. Grayscale: #7D7D7D. Windows color (decimal): -6061818 or 426403. OLE color: 426403.
HSL color Cylindrical-coordinate representation of color #A38106: hue angle of 47.01º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A38106 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 6 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.36 |
| HSL | 47.01º | 0.93% | 0.33% | - |
| HSV(B) | 47.01º | 0.96% | 0.64% | - |
| XYZ | 22.99 | 23.5 | 3.5 | - |
| YUV | 125.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 6 | 0 | 0.21 | 0.96 | 0.36 | 47.01 | 0.93 | 0.33 |
| Hex | A3 | 81 | 6 | 0 | 15 | 60 | 24 | 2F | 5D | 21 |
| Octal | 243 | 201 | 6 | 0 | 25 | 140 | 44 | 57 | 135 | 41 |
| Binary | 10100011 | 10000001 | 110 | 0 | 10101 | 1100000 | 100100 | 101111 | 1011101 | 100001 |
Color Harmonies of #A38106
Complementary color
Monochromatic Colors of #A38106
Black with #A38106
Text Example
Text Example
White with #A38106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38106; }
p { color: rgb(163,129,6); }
H1.HeaderClassName
{
color: #A38106;
}
.AnyTagClassName
{
color: #A38106;
}
</style>
background-color css
<style>
a { background-color: #A38106; }
a { background-color: rgb(163,129,6); }
div.DivClassName
{
background-color: #A38106;
}
.BgClassName
{
background-color: #A38106;
}
</style>
border-color css
<style>
span { border-color: #A38106; }
span { border-color: rgb(163,129,6); }
td.TdClassName
{
border-color: #A38106;
}
.TagClassName
{
border-color: #A38106;
}
</style>