Shades of Dark Goldenrod #A38607
Tints of Dark Goldenrod #A38607
RGB
CMYK
RGB Variations
Color information
#A38607 (or 0xA38607) is known color: Dark Goldenrod. HEX triplet: A3, 86 and 07. RGB value is (163,134,7). Sum of RGB (Red+Green+Blue) = 163+134+7=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A38607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38607 is #5C79F8. Grayscale: #808080. Windows color (decimal): -6060537 or 493219. OLE color: 493219.
HSL color Cylindrical-coordinate representation of color #A38607: hue angle of 48.85º 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 #A38607 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 134 | 7 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.36 |
| HSL | 48.85º | 0.92% | 0.33% | - |
| HSV(B) | 48.85º | 0.96% | 0.64% | - |
| XYZ | 23.67 | 24.85 | 3.75 | - |
| YUV | 128.19 | 59.61 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 7 | 0 | 0.18 | 0.96 | 0.36 | 48.85 | 0.92 | 0.33 |
| Hex | A3 | 86 | 7 | 0 | 12 | 60 | 24 | 31 | 5C | 21 |
| Octal | 243 | 206 | 7 | 0 | 22 | 140 | 44 | 61 | 134 | 41 |
| Binary | 10100011 | 10000110 | 111 | 0 | 10010 | 1100000 | 100100 | 110001 | 1011100 | 100001 |
Color Harmonies of #A38607
Complementary color
Monochromatic Colors of #A38607
Black with #A38607
Text Example
Text Example
White with #A38607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38607; }
p { color: rgb(163,134,7); }
H1.HeaderClassName
{
color: #A38607;
}
.AnyTagClassName
{
color: #A38607;
}
</style>
background-color css
<style>
a { background-color: #A38607; }
a { background-color: rgb(163,134,7); }
div.DivClassName
{
background-color: #A38607;
}
.BgClassName
{
background-color: #A38607;
}
</style>
border-color css
<style>
span { border-color: #A38607; }
span { border-color: rgb(163,134,7); }
td.TdClassName
{
border-color: #A38607;
}
.TagClassName
{
border-color: #A38607;
}
</style>