Shades of Dark Goldenrod #A87908
Tints of Dark Goldenrod #A87908
RGB
CMYK
RGB Variations
Color information
#A87908 (or 0xA87908) is known color: Dark Goldenrod. HEX triplet: A8, 79 and 08. RGB value is (168,121,8). Sum of RGB (Red+Green+Blue) = 168+121+8=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A87908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87908 is #5786F7. Grayscale: #7A7A7A. Windows color (decimal): -5736184 or 555432. OLE color: 555432.
HSL color Cylindrical-coordinate representation of color #A87908: hue angle of 42.38º 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 #A87908 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 8 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.34 |
| HSL | 42.38º | 0.91% | 0.35% | - |
| HSV(B) | 42.38º | 0.95% | 0.66% | - |
| XYZ | 23.03 | 22.02 | 3.27 | - |
| YUV | 122.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 8 | 0 | 0.28 | 0.95 | 0.34 | 42.38 | 0.91 | 0.35 |
| Hex | A8 | 79 | 8 | 0 | 1C | 5F | 22 | 2A | 5B | 23 |
| Octal | 250 | 171 | 10 | 0 | 34 | 137 | 42 | 52 | 133 | 43 |
| Binary | 10101000 | 1111001 | 1000 | 0 | 11100 | 1011111 | 100010 | 101010 | 1011011 | 100011 |
Color Harmonies of #A87908
Complementary color
Monochromatic Colors of #A87908
Black with #A87908
Text Example
Text Example
White with #A87908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87908; }
p { color: rgb(168,121,8); }
H1.HeaderClassName
{
color: #A87908;
}
.AnyTagClassName
{
color: #A87908;
}
</style>
background-color css
<style>
a { background-color: #A87908; }
a { background-color: rgb(168,121,8); }
div.DivClassName
{
background-color: #A87908;
}
.BgClassName
{
background-color: #A87908;
}
</style>
border-color css
<style>
span { border-color: #A87908; }
span { border-color: rgb(168,121,8); }
td.TdClassName
{
border-color: #A87908;
}
.TagClassName
{
border-color: #A87908;
}
</style>