Shades of Dark Goldenrod #A4850B
Tints of Dark Goldenrod #A4850B
RGB
CMYK
RGB Variations
Color information
#A4850B (or 0xA4850B) is known color: Dark Goldenrod. HEX triplet: A4, 85 and 0B. RGB value is (164,133,11). Sum of RGB (Red+Green+Blue) = 164+133+11=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4850B is #5B7AF4. Grayscale: #808080. Windows color (decimal): -5995253 or 755108. OLE color: 755108.
HSL color Cylindrical-coordinate representation of color #A4850B: hue angle of 47.84º 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 #A4850B is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 133 | 11 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.36 |
| HSL | 47.84º | 0.87% | 0.34% | - |
| HSV(B) | 47.84º | 0.93% | 0.64% | - |
| XYZ | 23.76 | 24.69 | 3.83 | - |
| YUV | 128.36 | 61.77 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 11 | 0 | 0.19 | 0.93 | 0.36 | 47.84 | 0.87 | 0.34 |
| Hex | A4 | 85 | B | 0 | 13 | 5D | 24 | 30 | 57 | 22 |
| Octal | 244 | 205 | 13 | 0 | 23 | 135 | 44 | 60 | 127 | 42 |
| Binary | 10100100 | 10000101 | 1011 | 0 | 10011 | 1011101 | 100100 | 110000 | 1010111 | 100010 |
Color Harmonies of #A4850B
Complementary color
Monochromatic Colors of #A4850B
Black with #A4850B
Text Example
Text Example
White with #A4850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4850B; }
p { color: rgb(164,133,11); }
H1.HeaderClassName
{
color: #A4850B;
}
.AnyTagClassName
{
color: #A4850B;
}
</style>
background-color css
<style>
a { background-color: #A4850B; }
a { background-color: rgb(164,133,11); }
div.DivClassName
{
background-color: #A4850B;
}
.BgClassName
{
background-color: #A4850B;
}
</style>
border-color css
<style>
span { border-color: #A4850B; }
span { border-color: rgb(164,133,11); }
td.TdClassName
{
border-color: #A4850B;
}
.TagClassName
{
border-color: #A4850B;
}
</style>