Shades of Dark Goldenrod #A88412
Tints of Dark Goldenrod #A88412
RGB
CMYK
RGB Variations
Color information
#A88412 (or 0xA88412) is known color: Dark Goldenrod. HEX triplet: A8, 84 and 12. RGB value is (168,132,18). Sum of RGB (Red+Green+Blue) = 168+132+18=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A88412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88412 is #577BED. Grayscale: #828282. Windows color (decimal): -5733358 or 1213608. OLE color: 1213608.
HSL color Cylindrical-coordinate representation of color #A88412: hue angle of 45.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A88412 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 18 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.34 |
| HSL | 45.6º | 0.81% | 0.36% | - |
| HSV(B) | 45.6º | 0.89% | 0.66% | - |
| XYZ | 24.51 | 24.87 | 4.08 | - |
| YUV | 129.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 18 | 0 | 0.21 | 0.89 | 0.34 | 45.6 | 0.81 | 0.36 |
| Hex | A8 | 84 | 12 | 0 | 15 | 59 | 22 | 2E | 51 | 24 |
| Octal | 250 | 204 | 22 | 0 | 25 | 131 | 42 | 56 | 121 | 44 |
| Binary | 10101000 | 10000100 | 10010 | 0 | 10101 | 1011001 | 100010 | 101110 | 1010001 | 100100 |
Color Harmonies of #A88412
Complementary color
Monochromatic Colors of #A88412
Black with #A88412
Text Example
Text Example
White with #A88412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88412; }
p { color: rgb(168,132,18); }
H1.HeaderClassName
{
color: #A88412;
}
.AnyTagClassName
{
color: #A88412;
}
</style>
background-color css
<style>
a { background-color: #A88412; }
a { background-color: rgb(168,132,18); }
div.DivClassName
{
background-color: #A88412;
}
.BgClassName
{
background-color: #A88412;
}
</style>
border-color css
<style>
span { border-color: #A88412; }
span { border-color: rgb(168,132,18); }
td.TdClassName
{
border-color: #A88412;
}
.TagClassName
{
border-color: #A88412;
}
</style>