Shades of Dark Goldenrod #A88403
Tints of Dark Goldenrod #A88403
RGB
CMYK
RGB Variations
Color information
#A88403 (or 0xA88403) is known color: Dark Goldenrod. HEX triplet: A8, 84 and 03. RGB value is (168,132,3). Sum of RGB (Red+Green+Blue) = 168+132+3=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A88403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88403 is #577BFC. Grayscale: #808080. Windows color (decimal): -5733373 or 230568. OLE color: 230568.
HSL color Cylindrical-coordinate representation of color #A88403: hue angle of 46.91º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A88403 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 3 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.34 |
| HSL | 46.91º | 0.96% | 0.34% | - |
| HSV(B) | 46.91º | 0.98% | 0.66% | - |
| XYZ | 24.42 | 24.83 | 3.59 | - |
| YUV | 128.06 | 57.43 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 3 | 0 | 0.21 | 0.98 | 0.34 | 46.91 | 0.96 | 0.34 |
| Hex | A8 | 84 | 3 | 0 | 15 | 62 | 22 | 2F | 60 | 22 |
| Octal | 250 | 204 | 3 | 0 | 25 | 142 | 42 | 57 | 140 | 42 |
| Binary | 10101000 | 10000100 | 11 | 0 | 10101 | 1100010 | 100010 | 101111 | 1100000 | 100010 |
Color Harmonies of #A88403
Complementary color
Monochromatic Colors of #A88403
Black with #A88403
Text Example
Text Example
White with #A88403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88403; }
p { color: rgb(168,132,3); }
H1.HeaderClassName
{
color: #A88403;
}
.AnyTagClassName
{
color: #A88403;
}
</style>
background-color css
<style>
a { background-color: #A88403; }
a { background-color: rgb(168,132,3); }
div.DivClassName
{
background-color: #A88403;
}
.BgClassName
{
background-color: #A88403;
}
</style>
border-color css
<style>
span { border-color: #A88403; }
span { border-color: rgb(168,132,3); }
td.TdClassName
{
border-color: #A88403;
}
.TagClassName
{
border-color: #A88403;
}
</style>