Shades of Dark Goldenrod #A3890B
Tints of Dark Goldenrod #A3890B
RGB
CMYK
RGB Variations
Color information
#A3890B (or 0xA3890B) is known color: Dark Goldenrod. HEX triplet: A3, 89 and 0B. RGB value is (163,137,11). Sum of RGB (Red+Green+Blue) = 163+137+11=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3890B is #5C76F4. Grayscale: #828282. Windows color (decimal): -6059765 or 756131. OLE color: 756131.
HSL color Cylindrical-coordinate representation of color #A3890B: hue angle of 49.74º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3890B is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 137 | 11 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.36 |
| HSL | 49.74º | 0.87% | 0.34% | - |
| HSV(B) | 49.74º | 0.93% | 0.64% | - |
| XYZ | 24.11 | 25.7 | 4.01 | - |
| YUV | 130.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 11 | 0 | 0.16 | 0.93 | 0.36 | 49.74 | 0.87 | 0.34 |
| Hex | A3 | 89 | B | 0 | 10 | 5D | 24 | 32 | 57 | 22 |
| Octal | 243 | 211 | 13 | 0 | 20 | 135 | 44 | 62 | 127 | 42 |
| Binary | 10100011 | 10001001 | 1011 | 0 | 10000 | 1011101 | 100100 | 110010 | 1010111 | 100010 |
Color Harmonies of #A3890B
Complementary color
Monochromatic Colors of #A3890B
Black with #A3890B
Text Example
Text Example
White with #A3890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3890B; }
p { color: rgb(163,137,11); }
H1.HeaderClassName
{
color: #A3890B;
}
.AnyTagClassName
{
color: #A3890B;
}
</style>
background-color css
<style>
a { background-color: #A3890B; }
a { background-color: rgb(163,137,11); }
div.DivClassName
{
background-color: #A3890B;
}
.BgClassName
{
background-color: #A3890B;
}
</style>
border-color css
<style>
span { border-color: #A3890B; }
span { border-color: rgb(163,137,11); }
td.TdClassName
{
border-color: #A3890B;
}
.TagClassName
{
border-color: #A3890B;
}
</style>