Shades of Dark Goldenrod #A07B06
Tints of Dark Goldenrod #A07B06
RGB
CMYK
RGB Variations
Color information
#A07B06 (or 0xA07B06) is known color: Dark Goldenrod. HEX triplet: A0, 7B and 06. RGB value is (160,123,6). Sum of RGB (Red+Green+Blue) = 160+123+6=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07B06 is #5F84F9. Grayscale: #797979. Windows color (decimal): -6259962 or 424864. OLE color: 424864.
HSL color Cylindrical-coordinate representation of color #A07B06: hue angle of 45.58º degrees, saturation: 0.93, 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 #A07B06 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 6 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.37 |
| HSL | 45.58º | 0.93% | 0.33% | - |
| HSV(B) | 45.58º | 0.96% | 0.63% | - |
| XYZ | 21.61 | 21.65 | 3.21 | - |
| YUV | 120.73 | 63.26 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 6 | 0 | 0.23 | 0.96 | 0.37 | 45.58 | 0.93 | 0.33 |
| Hex | A0 | 7B | 6 | 0 | 17 | 60 | 25 | 2E | 5D | 21 |
| Octal | 240 | 173 | 6 | 0 | 27 | 140 | 45 | 56 | 135 | 41 |
| Binary | 10100000 | 1111011 | 110 | 0 | 10111 | 1100000 | 100101 | 101110 | 1011101 | 100001 |
Color Harmonies of #A07B06
Complementary color
Monochromatic Colors of #A07B06
Black with #A07B06
Text Example
Text Example
White with #A07B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B06; }
p { color: rgb(160,123,6); }
H1.HeaderClassName
{
color: #A07B06;
}
.AnyTagClassName
{
color: #A07B06;
}
</style>
background-color css
<style>
a { background-color: #A07B06; }
a { background-color: rgb(160,123,6); }
div.DivClassName
{
background-color: #A07B06;
}
.BgClassName
{
background-color: #A07B06;
}
</style>
border-color css
<style>
span { border-color: #A07B06; }
span { border-color: rgb(160,123,6); }
td.TdClassName
{
border-color: #A07B06;
}
.TagClassName
{
border-color: #A07B06;
}
</style>