Shades of Dark Goldenrod #A38F00
Tints of Dark Goldenrod #A38F00
RGB
CMYK
RGB Variations
Color information
#A38F00 (or 0xA38F00) is known color: Dark Goldenrod. HEX triplet: A3, 8F and 00. RGB value is (163,143,0). Sum of RGB (Red+Green+Blue) = 163+143+0=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38F00 is #5C70FF. Grayscale: #858585. Windows color (decimal): -6058240 or 36771. OLE color: 36771.
HSL color Cylindrical-coordinate representation of color #A38F00: hue angle of 52.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A38F00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.36 |
| HSL | 52.64º | 1% | 0.32% | - |
| HSV(B) | 52.64º | 1% | 0.64% | - |
| XYZ | 24.93 | 27.43 | 3.98 | - |
| YUV | 132.68 | 53.13 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 0 | 0 | 0.12 | 1 | 0.36 | 52.64 | 1 | 0.32 |
| Hex | A3 | 8F | 0 | 0 | C | 64 | 24 | 35 | 64 | 20 |
| Octal | 243 | 217 | 0 | 0 | 14 | 144 | 44 | 65 | 144 | 40 |
| Binary | 10100011 | 10001111 | 0 | 0 | 1100 | 1100100 | 100100 | 110101 | 1100100 | 100000 |
Color Harmonies of #A38F00
Complementary color
Monochromatic Colors of #A38F00
Black with #A38F00
Text Example
Text Example
White with #A38F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F00; }
p { color: rgb(163,143,0); }
H1.HeaderClassName
{
color: #A38F00;
}
.AnyTagClassName
{
color: #A38F00;
}
</style>
background-color css
<style>
a { background-color: #A38F00; }
a { background-color: rgb(163,143,0); }
div.DivClassName
{
background-color: #A38F00;
}
.BgClassName
{
background-color: #A38F00;
}
</style>
border-color css
<style>
span { border-color: #A38F00; }
span { border-color: rgb(163,143,0); }
td.TdClassName
{
border-color: #A38F00;
}
.TagClassName
{
border-color: #A38F00;
}
</style>