Shades of Dark Goldenrod #AC730E
Tints of Dark Goldenrod #AC730E
RGB
CMYK
RGB Variations
Color information
#AC730E (or 0xAC730E) is known color: Dark Goldenrod. HEX triplet: AC, 73 and 0E. RGB value is (172,115,14). Sum of RGB (Red+Green+Blue) = 172+115+14=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC730E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC730E is #538CF1. Grayscale: #787878. Windows color (decimal): -5475570 or 947116. OLE color: 947116.
HSL color Cylindrical-coordinate representation of color #AC730E: hue angle of 38.35º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC730E is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 14 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.33 |
| HSL | 38.35º | 0.85% | 0.36% | - |
| HSV(B) | 38.35º | 0.92% | 0.67% | - |
| XYZ | 23.22 | 21.06 | 3.26 | - |
| YUV | 120.53 | 67.88 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 14 | 0 | 0.33 | 0.92 | 0.33 | 38.35 | 0.85 | 0.36 |
| Hex | AC | 73 | E | 0 | 21 | 5C | 21 | 26 | 55 | 24 |
| Octal | 254 | 163 | 16 | 0 | 41 | 134 | 41 | 46 | 125 | 44 |
| Binary | 10101100 | 1110011 | 1110 | 0 | 100001 | 1011100 | 100001 | 100110 | 1010101 | 100100 |
Color Harmonies of #AC730E
Complementary color
Monochromatic Colors of #AC730E
Black with #AC730E
Text Example
Text Example
White with #AC730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC730E; }
p { color: rgb(172,115,14); }
H1.HeaderClassName
{
color: #AC730E;
}
.AnyTagClassName
{
color: #AC730E;
}
</style>
background-color css
<style>
a { background-color: #AC730E; }
a { background-color: rgb(172,115,14); }
div.DivClassName
{
background-color: #AC730E;
}
.BgClassName
{
background-color: #AC730E;
}
</style>
border-color css
<style>
span { border-color: #AC730E; }
span { border-color: rgb(172,115,14); }
td.TdClassName
{
border-color: #AC730E;
}
.TagClassName
{
border-color: #AC730E;
}
</style>