Shades of Dark Goldenrod #AB7C08
Tints of Dark Goldenrod #AB7C08
RGB
CMYK
RGB Variations
Color information
#AB7C08 (or 0xAB7C08) is known color: Dark Goldenrod. HEX triplet: AB, 7C and 08. RGB value is (171,124,8). Sum of RGB (Red+Green+Blue) = 171+124+8=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7C08 is #5483F7. Grayscale: #7D7D7D. Windows color (decimal): -5538808 or 556203. OLE color: 556203.
HSL color Cylindrical-coordinate representation of color #AB7C08: hue angle of 42.7º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB7C08 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 8 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.33 |
| HSL | 42.7º | 0.91% | 0.35% | - |
| HSV(B) | 42.7º | 0.95% | 0.67% | - |
| XYZ | 24.05 | 23.09 | 3.42 | - |
| YUV | 124.83 | 62.07 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 8 | 0 | 0.27 | 0.95 | 0.33 | 42.7 | 0.91 | 0.35 |
| Hex | AB | 7C | 8 | 0 | 1B | 5F | 21 | 2B | 5B | 23 |
| Octal | 253 | 174 | 10 | 0 | 33 | 137 | 41 | 53 | 133 | 43 |
| Binary | 10101011 | 1111100 | 1000 | 0 | 11011 | 1011111 | 100001 | 101011 | 1011011 | 100011 |
Color Harmonies of #AB7C08
Complementary color
Monochromatic Colors of #AB7C08
Black with #AB7C08
Text Example
Text Example
White with #AB7C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C08; }
p { color: rgb(171,124,8); }
H1.HeaderClassName
{
color: #AB7C08;
}
.AnyTagClassName
{
color: #AB7C08;
}
</style>
background-color css
<style>
a { background-color: #AB7C08; }
a { background-color: rgb(171,124,8); }
div.DivClassName
{
background-color: #AB7C08;
}
.BgClassName
{
background-color: #AB7C08;
}
</style>
border-color css
<style>
span { border-color: #AB7C08; }
span { border-color: rgb(171,124,8); }
td.TdClassName
{
border-color: #AB7C08;
}
.TagClassName
{
border-color: #AB7C08;
}
</style>