Shades of Dark Goldenrod #A4880B
Tints of Dark Goldenrod #A4880B
RGB
CMYK
RGB Variations
Color information
#A4880B (or 0xA4880B) is known color: Dark Goldenrod. HEX triplet: A4, 88 and 0B. RGB value is (164,136,11). Sum of RGB (Red+Green+Blue) = 164+136+11=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4880B is #5B77F4. Grayscale: #828282. Windows color (decimal): -5994485 or 755876. OLE color: 755876.
HSL color Cylindrical-coordinate representation of color #A4880B: hue angle of 49.02º 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 #A4880B is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 11 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.36 |
| HSL | 49.02º | 0.87% | 0.34% | - |
| HSV(B) | 49.02º | 0.93% | 0.64% | - |
| XYZ | 24.17 | 25.52 | 3.97 | - |
| YUV | 130.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 11 | 0 | 0.17 | 0.93 | 0.36 | 49.02 | 0.87 | 0.34 |
| Hex | A4 | 88 | B | 0 | 11 | 5D | 24 | 31 | 57 | 22 |
| Octal | 244 | 210 | 13 | 0 | 21 | 135 | 44 | 61 | 127 | 42 |
| Binary | 10100100 | 10001000 | 1011 | 0 | 10001 | 1011101 | 100100 | 110001 | 1010111 | 100010 |
Color Harmonies of #A4880B
Complementary color
Monochromatic Colors of #A4880B
Black with #A4880B
Text Example
Text Example
White with #A4880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4880B; }
p { color: rgb(164,136,11); }
H1.HeaderClassName
{
color: #A4880B;
}
.AnyTagClassName
{
color: #A4880B;
}
</style>
background-color css
<style>
a { background-color: #A4880B; }
a { background-color: rgb(164,136,11); }
div.DivClassName
{
background-color: #A4880B;
}
.BgClassName
{
background-color: #A4880B;
}
</style>
border-color css
<style>
span { border-color: #A4880B; }
span { border-color: rgb(164,136,11); }
td.TdClassName
{
border-color: #A4880B;
}
.TagClassName
{
border-color: #A4880B;
}
</style>