Shades of Dark Goldenrod #A18907
Tints of Dark Goldenrod #A18907
RGB
CMYK
RGB Variations
Color information
#A18907 (or 0xA18907) is known color: Dark Goldenrod. HEX triplet: A1, 89 and 07. RGB value is (161,137,7). Sum of RGB (Red+Green+Blue) = 161+137+7=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A18907 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18907 is #5E76F8. Grayscale: #818181. Windows color (decimal): -6190841 or 493985. OLE color: 493985.
HSL color Cylindrical-coordinate representation of color #A18907: hue angle of 50.65º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A18907 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 7 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.37 |
| HSL | 50.65º | 0.92% | 0.33% | - |
| HSV(B) | 50.65º | 0.96% | 0.63% | - |
| XYZ | 23.68 | 25.48 | 3.87 | - |
| YUV | 129.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 7 | 0 | 0.15 | 0.96 | 0.37 | 50.65 | 0.92 | 0.33 |
| Hex | A1 | 89 | 7 | 0 | F | 60 | 25 | 33 | 5C | 21 |
| Octal | 241 | 211 | 7 | 0 | 17 | 140 | 45 | 63 | 134 | 41 |
| Binary | 10100001 | 10001001 | 111 | 0 | 1111 | 1100000 | 100101 | 110011 | 1011100 | 100001 |
Color Harmonies of #A18907
Complementary color
Monochromatic Colors of #A18907
Black with #A18907
Text Example
Text Example
White with #A18907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18907; }
p { color: rgb(161,137,7); }
H1.HeaderClassName
{
color: #A18907;
}
.AnyTagClassName
{
color: #A18907;
}
</style>
background-color css
<style>
a { background-color: #A18907; }
a { background-color: rgb(161,137,7); }
div.DivClassName
{
background-color: #A18907;
}
.BgClassName
{
background-color: #A18907;
}
</style>
border-color css
<style>
span { border-color: #A18907; }
span { border-color: rgb(161,137,7); }
td.TdClassName
{
border-color: #A18907;
}
.TagClassName
{
border-color: #A18907;
}
</style>