Shades of Dark Goldenrod #AC7A14
Tints of Dark Goldenrod #AC7A14
RGB
CMYK
RGB Variations
Color information
#AC7A14 (or 0xAC7A14) is known color: Dark Goldenrod. HEX triplet: AC, 7A and 14. RGB value is (172,122,20). Sum of RGB (Red+Green+Blue) = 172+122+20=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7A14 is #5385EB. Grayscale: #7D7D7D. Windows color (decimal): -5473772 or 1342124. OLE color: 1342124.
HSL color Cylindrical-coordinate representation of color #AC7A14: hue angle of 40.26º 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 #AC7A14 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 20 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.33 |
| HSL | 40.26º | 0.79% | 0.38% | - |
| HSV(B) | 40.26º | 0.88% | 0.67% | - |
| XYZ | 24.1 | 22.74 | 3.78 | - |
| YUV | 125.32 | 68.57 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 20 | 0 | 0.29 | 0.88 | 0.33 | 40.26 | 0.79 | 0.38 |
| Hex | AC | 7A | 14 | 0 | 1D | 58 | 21 | 28 | 4F | 26 |
| Octal | 254 | 172 | 24 | 0 | 35 | 130 | 41 | 50 | 117 | 46 |
| Binary | 10101100 | 1111010 | 10100 | 0 | 11101 | 1011000 | 100001 | 101000 | 1001111 | 100110 |
Color Harmonies of #AC7A14
Complementary color
Monochromatic Colors of #AC7A14
Black with #AC7A14
Text Example
Text Example
White with #AC7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A14; }
p { color: rgb(172,122,20); }
H1.HeaderClassName
{
color: #AC7A14;
}
.AnyTagClassName
{
color: #AC7A14;
}
</style>
background-color css
<style>
a { background-color: #AC7A14; }
a { background-color: rgb(172,122,20); }
div.DivClassName
{
background-color: #AC7A14;
}
.BgClassName
{
background-color: #AC7A14;
}
</style>
border-color css
<style>
span { border-color: #AC7A14; }
span { border-color: rgb(172,122,20); }
td.TdClassName
{
border-color: #AC7A14;
}
.TagClassName
{
border-color: #AC7A14;
}
</style>