Shades of Dark Goldenrod #A38D07
Tints of Dark Goldenrod #A38D07
RGB
CMYK
RGB Variations
Color information
#A38D07 (or 0xA38D07) is known color: Dark Goldenrod. HEX triplet: A3, 8D and 07. RGB value is (163,141,7). Sum of RGB (Red+Green+Blue) = 163+141+7=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38D07 is #5C72F8. Grayscale: #848484. Windows color (decimal): -6058745 or 495011. OLE color: 495011.
HSL color Cylindrical-coordinate representation of color #A38D07: hue angle of 51.54º degrees, saturation: 0.92, 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 #A38D07 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 7 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.36 |
| HSL | 51.54º | 0.92% | 0.33% | - |
| HSV(B) | 51.54º | 0.96% | 0.64% | - |
| XYZ | 24.67 | 26.85 | 4.08 | - |
| YUV | 132.3 | 57.29 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 7 | 0 | 0.13 | 0.96 | 0.36 | 51.54 | 0.92 | 0.33 |
| Hex | A3 | 8D | 7 | 0 | D | 60 | 24 | 34 | 5C | 21 |
| Octal | 243 | 215 | 7 | 0 | 15 | 140 | 44 | 64 | 134 | 41 |
| Binary | 10100011 | 10001101 | 111 | 0 | 1101 | 1100000 | 100100 | 110100 | 1011100 | 100001 |
Color Harmonies of #A38D07
Complementary color
Monochromatic Colors of #A38D07
Black with #A38D07
Text Example
Text Example
White with #A38D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D07; }
p { color: rgb(163,141,7); }
H1.HeaderClassName
{
color: #A38D07;
}
.AnyTagClassName
{
color: #A38D07;
}
</style>
background-color css
<style>
a { background-color: #A38D07; }
a { background-color: rgb(163,141,7); }
div.DivClassName
{
background-color: #A38D07;
}
.BgClassName
{
background-color: #A38D07;
}
</style>
border-color css
<style>
span { border-color: #A38D07; }
span { border-color: rgb(163,141,7); }
td.TdClassName
{
border-color: #A38D07;
}
.TagClassName
{
border-color: #A38D07;
}
</style>