Shades of Dark Goldenrod #A38E05
Tints of Dark Goldenrod #A38E05
RGB
CMYK
RGB Variations
Color information
#A38E05 (or 0xA38E05) is known color: Dark Goldenrod. HEX triplet: A3, 8E and 05. RGB value is (163,142,5). Sum of RGB (Red+Green+Blue) = 163+142+5=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38E05 is #5C71FA. Grayscale: #858585. Windows color (decimal): -6058491 or 364195. OLE color: 364195.
HSL color Cylindrical-coordinate representation of color #A38E05: hue angle of 52.03º 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 #A38E05 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 5 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.36 |
| HSL | 52.03º | 0.94% | 0.33% | - |
| HSV(B) | 52.03º | 0.97% | 0.64% | - |
| XYZ | 24.8 | 27.14 | 4.08 | - |
| YUV | 132.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 5 | 0 | 0.13 | 0.97 | 0.36 | 52.03 | 0.94 | 0.33 |
| Hex | A3 | 8E | 5 | 0 | D | 61 | 24 | 34 | 5E | 21 |
| Octal | 243 | 216 | 5 | 0 | 15 | 141 | 44 | 64 | 136 | 41 |
| Binary | 10100011 | 10001110 | 101 | 0 | 1101 | 1100001 | 100100 | 110100 | 1011110 | 100001 |
Color Harmonies of #A38E05
Complementary color
Monochromatic Colors of #A38E05
Black with #A38E05
Text Example
Text Example
White with #A38E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E05; }
p { color: rgb(163,142,5); }
H1.HeaderClassName
{
color: #A38E05;
}
.AnyTagClassName
{
color: #A38E05;
}
</style>
background-color css
<style>
a { background-color: #A38E05; }
a { background-color: rgb(163,142,5); }
div.DivClassName
{
background-color: #A38E05;
}
.BgClassName
{
background-color: #A38E05;
}
</style>
border-color css
<style>
span { border-color: #A38E05; }
span { border-color: rgb(163,142,5); }
td.TdClassName
{
border-color: #A38E05;
}
.TagClassName
{
border-color: #A38E05;
}
</style>