Shades of Dark Goldenrod #A68F03
Tints of Dark Goldenrod #A68F03
RGB
CMYK
RGB Variations
Color information
#A68F03 (or 0xA68F03) is known color: Dark Goldenrod. HEX triplet: A6, 8F and 03. RGB value is (166,143,3). Sum of RGB (Red+Green+Blue) = 166+143+3=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68F03 is #5970FC. Grayscale: #868686. Windows color (decimal): -5861629 or 233382. OLE color: 233382.
HSL color Cylindrical-coordinate representation of color #A68F03: hue angle of 51.53º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A68F03 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.35 |
| HSL | 51.53º | 0.96% | 0.33% | - |
| HSV(B) | 51.53º | 0.98% | 0.65% | - |
| XYZ | 25.56 | 27.76 | 4.1 | - |
| YUV | 133.92 | 54.12 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 3 | 0 | 0.14 | 0.98 | 0.35 | 51.53 | 0.96 | 0.33 |
| Hex | A6 | 8F | 3 | 0 | E | 62 | 23 | 34 | 60 | 21 |
| Octal | 246 | 217 | 3 | 0 | 16 | 142 | 43 | 64 | 140 | 41 |
| Binary | 10100110 | 10001111 | 11 | 0 | 1110 | 1100010 | 100011 | 110100 | 1100000 | 100001 |
Color Harmonies of #A68F03
Complementary color
Monochromatic Colors of #A68F03
Black with #A68F03
Text Example
Text Example
White with #A68F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F03; }
p { color: rgb(166,143,3); }
H1.HeaderClassName
{
color: #A68F03;
}
.AnyTagClassName
{
color: #A68F03;
}
</style>
background-color css
<style>
a { background-color: #A68F03; }
a { background-color: rgb(166,143,3); }
div.DivClassName
{
background-color: #A68F03;
}
.BgClassName
{
background-color: #A68F03;
}
</style>
border-color css
<style>
span { border-color: #A68F03; }
span { border-color: rgb(166,143,3); }
td.TdClassName
{
border-color: #A68F03;
}
.TagClassName
{
border-color: #A68F03;
}
</style>