Shades of Dark Goldenrod #A3880B
Tints of Dark Goldenrod #A3880B
RGB
CMYK
RGB Variations
Color information
#A3880B (or 0xA3880B) is known color: Dark Goldenrod. HEX triplet: A3, 88 and 0B. RGB value is (163,136,11). Sum of RGB (Red+Green+Blue) = 163+136+11=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3880B is #5C77F4. Grayscale: #828282. Windows color (decimal): -6060021 or 755875. OLE color: 755875.
HSL color Cylindrical-coordinate representation of color #A3880B: hue angle of 49.34º 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 #A3880B is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 136 | 11 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.36 |
| HSL | 49.34º | 0.87% | 0.34% | - |
| HSV(B) | 49.34º | 0.93% | 0.64% | - |
| XYZ | 23.97 | 25.42 | 3.96 | - |
| YUV | 129.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 11 | 0 | 0.17 | 0.93 | 0.36 | 49.34 | 0.87 | 0.34 |
| Hex | A3 | 88 | B | 0 | 11 | 5D | 24 | 31 | 57 | 22 |
| Octal | 243 | 210 | 13 | 0 | 21 | 135 | 44 | 61 | 127 | 42 |
| Binary | 10100011 | 10001000 | 1011 | 0 | 10001 | 1011101 | 100100 | 110001 | 1010111 | 100010 |
Color Harmonies of #A3880B
Complementary color
Monochromatic Colors of #A3880B
Black with #A3880B
Text Example
Text Example
White with #A3880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3880B; }
p { color: rgb(163,136,11); }
H1.HeaderClassName
{
color: #A3880B;
}
.AnyTagClassName
{
color: #A3880B;
}
</style>
background-color css
<style>
a { background-color: #A3880B; }
a { background-color: rgb(163,136,11); }
div.DivClassName
{
background-color: #A3880B;
}
.BgClassName
{
background-color: #A3880B;
}
</style>
border-color css
<style>
span { border-color: #A3880B; }
span { border-color: rgb(163,136,11); }
td.TdClassName
{
border-color: #A3880B;
}
.TagClassName
{
border-color: #A3880B;
}
</style>