Shades of Dark Goldenrod #A38D05
Tints of Dark Goldenrod #A38D05
RGB
CMYK
RGB Variations
Color information
#A38D05 (or 0xA38D05) is known color: Dark Goldenrod. HEX triplet: A3, 8D and 05. RGB value is (163,141,5). Sum of RGB (Red+Green+Blue) = 163+141+5=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38D05 is #5C72FA. Grayscale: #848484. Windows color (decimal): -6058747 or 363939. OLE color: 363939.
HSL color Cylindrical-coordinate representation of color #A38D05: hue angle of 51.65º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A38D05 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 5 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.36 |
| HSL | 51.65º | 0.94% | 0.33% | - |
| HSV(B) | 51.65º | 0.97% | 0.64% | - |
| XYZ | 24.66 | 26.85 | 4.03 | - |
| YUV | 132.07 | 56.29 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 5 | 0 | 0.13 | 0.97 | 0.36 | 51.65 | 0.94 | 0.33 |
| Hex | A3 | 8D | 5 | 0 | D | 61 | 24 | 34 | 5E | 21 |
| Octal | 243 | 215 | 5 | 0 | 15 | 141 | 44 | 64 | 136 | 41 |
| Binary | 10100011 | 10001101 | 101 | 0 | 1101 | 1100001 | 100100 | 110100 | 1011110 | 100001 |
Color Harmonies of #A38D05
Complementary color
Monochromatic Colors of #A38D05
Black with #A38D05
Text Example
Text Example
White with #A38D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D05; }
p { color: rgb(163,141,5); }
H1.HeaderClassName
{
color: #A38D05;
}
.AnyTagClassName
{
color: #A38D05;
}
</style>
background-color css
<style>
a { background-color: #A38D05; }
a { background-color: rgb(163,141,5); }
div.DivClassName
{
background-color: #A38D05;
}
.BgClassName
{
background-color: #A38D05;
}
</style>
border-color css
<style>
span { border-color: #A38D05; }
span { border-color: rgb(163,141,5); }
td.TdClassName
{
border-color: #A38D05;
}
.TagClassName
{
border-color: #A38D05;
}
</style>