Shades of Dark Goldenrod #AC730A
Tints of Dark Goldenrod #AC730A
RGB
CMYK
RGB Variations
Color information
#AC730A (or 0xAC730A) is known color: Dark Goldenrod. HEX triplet: AC, 73 and 0A. RGB value is (172,115,10). Sum of RGB (Red+Green+Blue) = 172+115+10=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC730A is #538CF5. Grayscale: #787878. Windows color (decimal): -5475574 or 684972. OLE color: 684972.
HSL color Cylindrical-coordinate representation of color #AC730A: hue angle of 38.89º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC730A is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 10 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.33 |
| HSL | 38.89º | 0.89% | 0.36% | - |
| HSV(B) | 38.89º | 0.94% | 0.67% | - |
| XYZ | 23.2 | 21.05 | 3.13 | - |
| YUV | 120.07 | 65.88 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 10 | 0 | 0.33 | 0.94 | 0.33 | 38.89 | 0.89 | 0.36 |
| Hex | AC | 73 | A | 0 | 21 | 5E | 21 | 27 | 59 | 24 |
| Octal | 254 | 163 | 12 | 0 | 41 | 136 | 41 | 47 | 131 | 44 |
| Binary | 10101100 | 1110011 | 1010 | 0 | 100001 | 1011110 | 100001 | 100111 | 1011001 | 100100 |
Color Harmonies of #AC730A
Complementary color
Monochromatic Colors of #AC730A
Black with #AC730A
Text Example
Text Example
White with #AC730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC730A; }
p { color: rgb(172,115,10); }
H1.HeaderClassName
{
color: #AC730A;
}
.AnyTagClassName
{
color: #AC730A;
}
</style>
background-color css
<style>
a { background-color: #AC730A; }
a { background-color: rgb(172,115,10); }
div.DivClassName
{
background-color: #AC730A;
}
.BgClassName
{
background-color: #AC730A;
}
</style>
border-color css
<style>
span { border-color: #AC730A; }
span { border-color: rgb(172,115,10); }
td.TdClassName
{
border-color: #AC730A;
}
.TagClassName
{
border-color: #AC730A;
}
</style>