Shades of Dark Goldenrod #AB7C07
Tints of Dark Goldenrod #AB7C07
RGB
CMYK
RGB Variations
Color information
#AB7C07 (or 0xAB7C07) is known color: Dark Goldenrod. HEX triplet: AB, 7C and 07. RGB value is (171,124,7). Sum of RGB (Red+Green+Blue) = 171+124+7=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7C07 is #5483F8. Grayscale: #7D7D7D. Windows color (decimal): -5538809 or 490667. OLE color: 490667.
HSL color Cylindrical-coordinate representation of color #AB7C07: hue angle of 42.8º 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 #AB7C07 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 7 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.33 |
| HSL | 42.8º | 0.92% | 0.35% | - |
| HSV(B) | 42.8º | 0.96% | 0.67% | - |
| XYZ | 24.04 | 23.09 | 3.39 | - |
| YUV | 124.72 | 61.57 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 7 | 0 | 0.27 | 0.96 | 0.33 | 42.8 | 0.92 | 0.35 |
| Hex | AB | 7C | 7 | 0 | 1B | 60 | 21 | 2B | 5C | 23 |
| Octal | 253 | 174 | 7 | 0 | 33 | 140 | 41 | 53 | 134 | 43 |
| Binary | 10101011 | 1111100 | 111 | 0 | 11011 | 1100000 | 100001 | 101011 | 1011100 | 100011 |
Color Harmonies of #AB7C07
Complementary color
Monochromatic Colors of #AB7C07
Black with #AB7C07
Text Example
Text Example
White with #AB7C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C07; }
p { color: rgb(171,124,7); }
H1.HeaderClassName
{
color: #AB7C07;
}
.AnyTagClassName
{
color: #AB7C07;
}
</style>
background-color css
<style>
a { background-color: #AB7C07; }
a { background-color: rgb(171,124,7); }
div.DivClassName
{
background-color: #AB7C07;
}
.BgClassName
{
background-color: #AB7C07;
}
</style>
border-color css
<style>
span { border-color: #AB7C07; }
span { border-color: rgb(171,124,7); }
td.TdClassName
{
border-color: #AB7C07;
}
.TagClassName
{
border-color: #AB7C07;
}
</style>