Shades of Dark Goldenrod #A97B11
Tints of Dark Goldenrod #A97B11
RGB
CMYK
RGB Variations
Color information
#A97B11 (or 0xA97B11) is known color: Dark Goldenrod. HEX triplet: A9, 7B and 11. RGB value is (169,123,17). Sum of RGB (Red+Green+Blue) = 169+123+17=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97B11 is #5684EE. Grayscale: #7D7D7D. Windows color (decimal): -5670127 or 1145769. OLE color: 1145769.
HSL color Cylindrical-coordinate representation of color #A97B11: hue angle of 41.84º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A97B11 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 123 | 17 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.34 |
| HSL | 41.84º | 0.82% | 0.36% | - |
| HSV(B) | 41.84º | 0.9% | 0.66% | - |
| XYZ | 23.55 | 22.64 | 3.66 | - |
| YUV | 124.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 17 | 0 | 0.27 | 0.90 | 0.34 | 41.84 | 0.82 | 0.36 |
| Hex | A9 | 7B | 11 | 0 | 1B | 5A | 22 | 2A | 52 | 24 |
| Octal | 251 | 173 | 21 | 0 | 33 | 132 | 42 | 52 | 122 | 44 |
| Binary | 10101001 | 1111011 | 10001 | 0 | 11011 | 1011010 | 100010 | 101010 | 1010010 | 100100 |
Color Harmonies of #A97B11
Complementary color
Monochromatic Colors of #A97B11
Black with #A97B11
Text Example
Text Example
White with #A97B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97B11; }
p { color: rgb(169,123,17); }
H1.HeaderClassName
{
color: #A97B11;
}
.AnyTagClassName
{
color: #A97B11;
}
</style>
background-color css
<style>
a { background-color: #A97B11; }
a { background-color: rgb(169,123,17); }
div.DivClassName
{
background-color: #A97B11;
}
.BgClassName
{
background-color: #A97B11;
}
</style>
border-color css
<style>
span { border-color: #A97B11; }
span { border-color: rgb(169,123,17); }
td.TdClassName
{
border-color: #A97B11;
}
.TagClassName
{
border-color: #A97B11;
}
</style>