Shades of Dark Goldenrod #AB7D12
Tints of Dark Goldenrod #AB7D12
RGB
CMYK
RGB Variations
Color information
#AB7D12 (or 0xAB7D12) is known color: Dark Goldenrod. HEX triplet: AB, 7D and 12. RGB value is (171,125,18). Sum of RGB (Red+Green+Blue) = 171+125+18=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7D12 is #5482ED. Grayscale: #7F7F7F. Windows color (decimal): -5538542 or 1211819. OLE color: 1211819.
HSL color Cylindrical-coordinate representation of color #AB7D12: hue angle of 41.96º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB7D12 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 18 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.33 |
| HSL | 41.96º | 0.81% | 0.37% | - |
| HSV(B) | 41.96º | 0.89% | 0.67% | - |
| XYZ | 24.24 | 23.37 | 3.81 | - |
| YUV | 126.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 18 | 0 | 0.27 | 0.89 | 0.33 | 41.96 | 0.81 | 0.37 |
| Hex | AB | 7D | 12 | 0 | 1B | 59 | 21 | 2A | 51 | 25 |
| Octal | 253 | 175 | 22 | 0 | 33 | 131 | 41 | 52 | 121 | 45 |
| Binary | 10101011 | 1111101 | 10010 | 0 | 11011 | 1011001 | 100001 | 101010 | 1010001 | 100101 |
Color Harmonies of #AB7D12
Complementary color
Monochromatic Colors of #AB7D12
Black with #AB7D12
Text Example
Text Example
White with #AB7D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D12; }
p { color: rgb(171,125,18); }
H1.HeaderClassName
{
color: #AB7D12;
}
.AnyTagClassName
{
color: #AB7D12;
}
</style>
background-color css
<style>
a { background-color: #AB7D12; }
a { background-color: rgb(171,125,18); }
div.DivClassName
{
background-color: #AB7D12;
}
.BgClassName
{
background-color: #AB7D12;
}
</style>
border-color css
<style>
span { border-color: #AB7D12; }
span { border-color: rgb(171,125,18); }
td.TdClassName
{
border-color: #AB7D12;
}
.TagClassName
{
border-color: #AB7D12;
}
</style>