Shades of Dark Goldenrod #AC7B14
Tints of Dark Goldenrod #AC7B14
RGB
CMYK
RGB Variations
Color information
#AC7B14 (or 0xAC7B14) is known color: Dark Goldenrod. HEX triplet: AC, 7B and 14. RGB value is (172,123,20). Sum of RGB (Red+Green+Blue) = 172+123+20=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7B14 is #5384EB. Grayscale: #7E7E7E. Windows color (decimal): -5473516 or 1342380. OLE color: 1342380.
HSL color Cylindrical-coordinate representation of color #AC7B14: hue angle of 40.66º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC7B14 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 20 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.33 |
| HSL | 40.66º | 0.79% | 0.38% | - |
| HSV(B) | 40.66º | 0.88% | 0.67% | - |
| XYZ | 24.22 | 22.99 | 3.82 | - |
| YUV | 125.91 | 68.23 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 20 | 0 | 0.28 | 0.88 | 0.33 | 40.66 | 0.79 | 0.38 |
| Hex | AC | 7B | 14 | 0 | 1C | 58 | 21 | 29 | 4F | 26 |
| Octal | 254 | 173 | 24 | 0 | 34 | 130 | 41 | 51 | 117 | 46 |
| Binary | 10101100 | 1111011 | 10100 | 0 | 11100 | 1011000 | 100001 | 101001 | 1001111 | 100110 |
Color Harmonies of #AC7B14
Complementary color
Monochromatic Colors of #AC7B14
Black with #AC7B14
Text Example
Text Example
White with #AC7B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B14; }
p { color: rgb(172,123,20); }
H1.HeaderClassName
{
color: #AC7B14;
}
.AnyTagClassName
{
color: #AC7B14;
}
</style>
background-color css
<style>
a { background-color: #AC7B14; }
a { background-color: rgb(172,123,20); }
div.DivClassName
{
background-color: #AC7B14;
}
.BgClassName
{
background-color: #AC7B14;
}
</style>
border-color css
<style>
span { border-color: #AC7B14; }
span { border-color: rgb(172,123,20); }
td.TdClassName
{
border-color: #AC7B14;
}
.TagClassName
{
border-color: #AC7B14;
}
</style>