Shades of Dark Goldenrod #AB7607
Tints of Dark Goldenrod #AB7607
RGB
CMYK
RGB Variations
Color information
#AB7607 (or 0xAB7607) is known color: Dark Goldenrod. HEX triplet: AB, 76 and 07. RGB value is (171,118,7). Sum of RGB (Red+Green+Blue) = 171+118+7=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7607 is #5489F8. Grayscale: #797979. Windows color (decimal): -5540345 or 489131. OLE color: 489131.
HSL color Cylindrical-coordinate representation of color #AB7607: hue angle of 40.61º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB7607 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 7 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.33 |
| HSL | 40.61º | 0.92% | 0.35% | - |
| HSV(B) | 40.61º | 0.96% | 0.67% | - |
| XYZ | 23.31 | 21.63 | 3.15 | - |
| YUV | 121.19 | 63.56 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 7 | 0 | 0.31 | 0.96 | 0.33 | 40.61 | 0.92 | 0.35 |
| Hex | AB | 76 | 7 | 0 | 1F | 60 | 21 | 29 | 5C | 23 |
| Octal | 253 | 166 | 7 | 0 | 37 | 140 | 41 | 51 | 134 | 43 |
| Binary | 10101011 | 1110110 | 111 | 0 | 11111 | 1100000 | 100001 | 101001 | 1011100 | 100011 |
Color Harmonies of #AB7607
Complementary color
Monochromatic Colors of #AB7607
Black with #AB7607
Text Example
Text Example
White with #AB7607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7607; }
p { color: rgb(171,118,7); }
H1.HeaderClassName
{
color: #AB7607;
}
.AnyTagClassName
{
color: #AB7607;
}
</style>
background-color css
<style>
a { background-color: #AB7607; }
a { background-color: rgb(171,118,7); }
div.DivClassName
{
background-color: #AB7607;
}
.BgClassName
{
background-color: #AB7607;
}
</style>
border-color css
<style>
span { border-color: #AB7607; }
span { border-color: rgb(171,118,7); }
td.TdClassName
{
border-color: #AB7607;
}
.TagClassName
{
border-color: #AB7607;
}
</style>