Shades of Dark Goldenrod #A68403
Tints of Dark Goldenrod #A68403
RGB
CMYK
RGB Variations
Color information
#A68403 (or 0xA68403) is known color: Dark Goldenrod. HEX triplet: A6, 84 and 03. RGB value is (166,132,3). Sum of RGB (Red+Green+Blue) = 166+132+3=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A68403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68403 is #597BFC. Grayscale: #808080. Windows color (decimal): -5864445 or 230566. OLE color: 230566.
HSL color Cylindrical-coordinate representation of color #A68403: hue angle of 47.48º 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 #A68403 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 3 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.35 |
| HSL | 47.48º | 0.96% | 0.33% | - |
| HSV(B) | 47.48º | 0.98% | 0.65% | - |
| XYZ | 23.99 | 24.62 | 3.57 | - |
| YUV | 127.46 | 57.76 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 3 | 0 | 0.20 | 0.98 | 0.35 | 47.48 | 0.96 | 0.33 |
| Hex | A6 | 84 | 3 | 0 | 14 | 62 | 23 | 2F | 60 | 21 |
| Octal | 246 | 204 | 3 | 0 | 24 | 142 | 43 | 57 | 140 | 41 |
| Binary | 10100110 | 10000100 | 11 | 0 | 10100 | 1100010 | 100011 | 101111 | 1100000 | 100001 |
Color Harmonies of #A68403
Complementary color
Monochromatic Colors of #A68403
Black with #A68403
Text Example
Text Example
White with #A68403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68403; }
p { color: rgb(166,132,3); }
H1.HeaderClassName
{
color: #A68403;
}
.AnyTagClassName
{
color: #A68403;
}
</style>
background-color css
<style>
a { background-color: #A68403; }
a { background-color: rgb(166,132,3); }
div.DivClassName
{
background-color: #A68403;
}
.BgClassName
{
background-color: #A68403;
}
</style>
border-color css
<style>
span { border-color: #A68403; }
span { border-color: rgb(166,132,3); }
td.TdClassName
{
border-color: #A68403;
}
.TagClassName
{
border-color: #A68403;
}
</style>