Shades of Dark Goldenrod #A18708
Tints of Dark Goldenrod #A18708
RGB
CMYK
RGB Variations
Color information
#A18708 (or 0xA18708) is known color: Dark Goldenrod. HEX triplet: A1, 87 and 08. RGB value is (161,135,8). Sum of RGB (Red+Green+Blue) = 161+135+8=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A18708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18708 is #5E78F7. Grayscale: #808080. Windows color (decimal): -6191352 or 559009. OLE color: 559009.
HSL color Cylindrical-coordinate representation of color #A18708: hue angle of 49.8º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A18708 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 8 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.37 |
| HSL | 49.8º | 0.91% | 0.33% | - |
| HSV(B) | 49.8º | 0.95% | 0.63% | - |
| XYZ | 23.41 | 24.92 | 3.81 | - |
| YUV | 128.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 8 | 0 | 0.16 | 0.95 | 0.37 | 49.8 | 0.91 | 0.33 |
| Hex | A1 | 87 | 8 | 0 | 10 | 5F | 25 | 32 | 5B | 21 |
| Octal | 241 | 207 | 10 | 0 | 20 | 137 | 45 | 62 | 133 | 41 |
| Binary | 10100001 | 10000111 | 1000 | 0 | 10000 | 1011111 | 100101 | 110010 | 1011011 | 100001 |
Color Harmonies of #A18708
Complementary color
Monochromatic Colors of #A18708
Black with #A18708
Text Example
Text Example
White with #A18708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18708; }
p { color: rgb(161,135,8); }
H1.HeaderClassName
{
color: #A18708;
}
.AnyTagClassName
{
color: #A18708;
}
</style>
background-color css
<style>
a { background-color: #A18708; }
a { background-color: rgb(161,135,8); }
div.DivClassName
{
background-color: #A18708;
}
.BgClassName
{
background-color: #A18708;
}
</style>
border-color css
<style>
span { border-color: #A18708; }
span { border-color: rgb(161,135,8); }
td.TdClassName
{
border-color: #A18708;
}
.TagClassName
{
border-color: #A18708;
}
</style>