Shades of Dark Goldenrod #A38D06
Tints of Dark Goldenrod #A38D06
RGB
CMYK
RGB Variations
Color information
#A38D06 (or 0xA38D06) is known color: Dark Goldenrod. HEX triplet: A3, 8D and 06. RGB value is (163,141,6). Sum of RGB (Red+Green+Blue) = 163+141+6=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38D06 is #5C72F9. Grayscale: #848484. Windows color (decimal): -6058746 or 429475. OLE color: 429475.
HSL color Cylindrical-coordinate representation of color #A38D06: hue angle of 51.59º 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 #A38D06 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 6 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.36 |
| HSL | 51.59º | 0.93% | 0.33% | - |
| HSV(B) | 51.59º | 0.96% | 0.64% | - |
| XYZ | 24.66 | 26.85 | 4.05 | - |
| YUV | 132.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 6 | 0 | 0.13 | 0.96 | 0.36 | 51.59 | 0.93 | 0.33 |
| Hex | A3 | 8D | 6 | 0 | D | 60 | 24 | 34 | 5D | 21 |
| Octal | 243 | 215 | 6 | 0 | 15 | 140 | 44 | 64 | 135 | 41 |
| Binary | 10100011 | 10001101 | 110 | 0 | 1101 | 1100000 | 100100 | 110100 | 1011101 | 100001 |
Color Harmonies of #A38D06
Complementary color
Monochromatic Colors of #A38D06
Black with #A38D06
Text Example
Text Example
White with #A38D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D06; }
p { color: rgb(163,141,6); }
H1.HeaderClassName
{
color: #A38D06;
}
.AnyTagClassName
{
color: #A38D06;
}
</style>
background-color css
<style>
a { background-color: #A38D06; }
a { background-color: rgb(163,141,6); }
div.DivClassName
{
background-color: #A38D06;
}
.BgClassName
{
background-color: #A38D06;
}
</style>
border-color css
<style>
span { border-color: #A38D06; }
span { border-color: rgb(163,141,6); }
td.TdClassName
{
border-color: #A38D06;
}
.TagClassName
{
border-color: #A38D06;
}
</style>