Shades of Dark Goldenrod #A88813
Tints of Dark Goldenrod #A88813
RGB
CMYK
RGB Variations
Color information
#A88813 (or 0xA88813) is known color: Dark Goldenrod. HEX triplet: A8, 88 and 13. RGB value is (168,136,19). Sum of RGB (Red+Green+Blue) = 168+136+19=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A88813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88813 is #5777EC. Grayscale: #848484. Windows color (decimal): -5732333 or 1280168. OLE color: 1280168.
HSL color Cylindrical-coordinate representation of color #A88813: hue angle of 47.11º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A88813 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 19 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.34 |
| HSL | 47.11º | 0.8% | 0.37% | - |
| HSV(B) | 47.11º | 0.89% | 0.66% | - |
| XYZ | 25.07 | 25.98 | 4.31 | - |
| YUV | 132.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 19 | 0 | 0.19 | 0.89 | 0.34 | 47.11 | 0.8 | 0.37 |
| Hex | A8 | 88 | 13 | 0 | 13 | 59 | 22 | 2F | 50 | 25 |
| Octal | 250 | 210 | 23 | 0 | 23 | 131 | 42 | 57 | 120 | 45 |
| Binary | 10101000 | 10001000 | 10011 | 0 | 10011 | 1011001 | 100010 | 101111 | 1010000 | 100101 |
Color Harmonies of #A88813
Complementary color
Monochromatic Colors of #A88813
Black with #A88813
Text Example
Text Example
White with #A88813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88813; }
p { color: rgb(168,136,19); }
H1.HeaderClassName
{
color: #A88813;
}
.AnyTagClassName
{
color: #A88813;
}
</style>
background-color css
<style>
a { background-color: #A88813; }
a { background-color: rgb(168,136,19); }
div.DivClassName
{
background-color: #A88813;
}
.BgClassName
{
background-color: #A88813;
}
</style>
border-color css
<style>
span { border-color: #A88813; }
span { border-color: rgb(168,136,19); }
td.TdClassName
{
border-color: #A88813;
}
.TagClassName
{
border-color: #A88813;
}
</style>