Shades of Dark Goldenrod #A3850B
Tints of Dark Goldenrod #A3850B
RGB
CMYK
RGB Variations
Color information
#A3850B (or 0xA3850B) is known color: Dark Goldenrod. HEX triplet: A3, 85 and 0B. RGB value is (163,133,11). Sum of RGB (Red+Green+Blue) = 163+133+11=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3850B is #5C7AF4. Grayscale: #808080. Windows color (decimal): -6060789 or 755107. OLE color: 755107.
HSL color Cylindrical-coordinate representation of color #A3850B: hue angle of 48.16º 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 #A3850B is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 11 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.36 |
| HSL | 48.16º | 0.87% | 0.34% | - |
| HSV(B) | 48.16º | 0.93% | 0.64% | - |
| XYZ | 23.55 | 24.59 | 3.82 | - |
| YUV | 128.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 11 | 0 | 0.18 | 0.93 | 0.36 | 48.16 | 0.87 | 0.34 |
| Hex | A3 | 85 | B | 0 | 12 | 5D | 24 | 30 | 57 | 22 |
| Octal | 243 | 205 | 13 | 0 | 22 | 135 | 44 | 60 | 127 | 42 |
| Binary | 10100011 | 10000101 | 1011 | 0 | 10010 | 1011101 | 100100 | 110000 | 1010111 | 100010 |
Color Harmonies of #A3850B
Complementary color
Monochromatic Colors of #A3850B
Black with #A3850B
Text Example
Text Example
White with #A3850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3850B; }
p { color: rgb(163,133,11); }
H1.HeaderClassName
{
color: #A3850B;
}
.AnyTagClassName
{
color: #A3850B;
}
</style>
background-color css
<style>
a { background-color: #A3850B; }
a { background-color: rgb(163,133,11); }
div.DivClassName
{
background-color: #A3850B;
}
.BgClassName
{
background-color: #A3850B;
}
</style>
border-color css
<style>
span { border-color: #A3850B; }
span { border-color: rgb(163,133,11); }
td.TdClassName
{
border-color: #A3850B;
}
.TagClassName
{
border-color: #A3850B;
}
</style>