Shades of Dark Goldenrod #A18B08
Tints of Dark Goldenrod #A18B08
RGB
CMYK
RGB Variations
Color information
#A18B08 (or 0xA18B08) is known color: Dark Goldenrod. HEX triplet: A1, 8B and 08. RGB value is (161,139,8). Sum of RGB (Red+Green+Blue) = 161+139+8=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18B08 is #5E74F7. Grayscale: #838383. Windows color (decimal): -6190328 or 560033. OLE color: 560033.
HSL color Cylindrical-coordinate representation of color #A18B08: hue angle of 51.37º 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 #A18B08 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 8 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.37 |
| HSL | 51.37º | 0.91% | 0.33% | - |
| HSV(B) | 51.37º | 0.95% | 0.63% | - |
| XYZ | 23.97 | 26.06 | 4 | - |
| YUV | 130.64 | 58.79 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 8 | 0 | 0.14 | 0.95 | 0.37 | 51.37 | 0.91 | 0.33 |
| Hex | A1 | 8B | 8 | 0 | E | 5F | 25 | 33 | 5B | 21 |
| Octal | 241 | 213 | 10 | 0 | 16 | 137 | 45 | 63 | 133 | 41 |
| Binary | 10100001 | 10001011 | 1000 | 0 | 1110 | 1011111 | 100101 | 110011 | 1011011 | 100001 |
Color Harmonies of #A18B08
Complementary color
Monochromatic Colors of #A18B08
Black with #A18B08
Text Example
Text Example
White with #A18B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B08; }
p { color: rgb(161,139,8); }
H1.HeaderClassName
{
color: #A18B08;
}
.AnyTagClassName
{
color: #A18B08;
}
</style>
background-color css
<style>
a { background-color: #A18B08; }
a { background-color: rgb(161,139,8); }
div.DivClassName
{
background-color: #A18B08;
}
.BgClassName
{
background-color: #A18B08;
}
</style>
border-color css
<style>
span { border-color: #A18B08; }
span { border-color: rgb(161,139,8); }
td.TdClassName
{
border-color: #A18B08;
}
.TagClassName
{
border-color: #A18B08;
}
</style>