Shades of Dark Goldenrod #A88308
Tints of Dark Goldenrod #A88308
RGB
CMYK
RGB Variations
Color information
#A88308 (or 0xA88308) is known color: Dark Goldenrod. HEX triplet: A8, 83 and 08. RGB value is (168,131,8). Sum of RGB (Red+Green+Blue) = 168+131+8=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A88308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88308 is #577CF7. Grayscale: #808080. Windows color (decimal): -5733624 or 557992. OLE color: 557992.
HSL color Cylindrical-coordinate representation of color #A88308: hue angle of 46.12º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A88308 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 8 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.34 |
| HSL | 46.13º | 0.91% | 0.35% | - |
| HSV(B) | 46.13º | 0.95% | 0.66% | - |
| XYZ | 24.31 | 24.57 | 3.69 | - |
| YUV | 128.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 8 | 0 | 0.22 | 0.95 | 0.34 | 46.13 | 0.91 | 0.35 |
| Hex | A8 | 83 | 8 | 0 | 16 | 5F | 22 | 2E | 5B | 23 |
| Octal | 250 | 203 | 10 | 0 | 26 | 137 | 42 | 56 | 133 | 43 |
| Binary | 10101000 | 10000011 | 1000 | 0 | 10110 | 1011111 | 100010 | 101110 | 1011011 | 100011 |
Color Harmonies of #A88308
Complementary color
Monochromatic Colors of #A88308
Black with #A88308
Text Example
Text Example
White with #A88308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88308; }
p { color: rgb(168,131,8); }
H1.HeaderClassName
{
color: #A88308;
}
.AnyTagClassName
{
color: #A88308;
}
</style>
background-color css
<style>
a { background-color: #A88308; }
a { background-color: rgb(168,131,8); }
div.DivClassName
{
background-color: #A88308;
}
.BgClassName
{
background-color: #A88308;
}
</style>
border-color css
<style>
span { border-color: #A88308; }
span { border-color: rgb(168,131,8); }
td.TdClassName
{
border-color: #A88308;
}
.TagClassName
{
border-color: #A88308;
}
</style>