Shades of Dark Goldenrod #AC740F
Tints of Dark Goldenrod #AC740F
RGB
CMYK
RGB Variations
Color information
#AC740F (or 0xAC740F) is known color: Dark Goldenrod. HEX triplet: AC, 74 and 0F. RGB value is (172,116,15). Sum of RGB (Red+Green+Blue) = 172+116+15=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC740F is #538BF0. Grayscale: #797979. Windows color (decimal): -5475313 or 1012908. OLE color: 1012908.
HSL color Cylindrical-coordinate representation of color #AC740F: hue angle of 38.6º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC740F is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 15 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.33 |
| HSL | 38.6º | 0.84% | 0.37% | - |
| HSV(B) | 38.6º | 0.91% | 0.67% | - |
| XYZ | 23.34 | 21.3 | 3.33 | - |
| YUV | 121.23 | 68.05 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 15 | 0 | 0.33 | 0.91 | 0.33 | 38.6 | 0.84 | 0.37 |
| Hex | AC | 74 | F | 0 | 21 | 5B | 21 | 27 | 54 | 25 |
| Octal | 254 | 164 | 17 | 0 | 41 | 133 | 41 | 47 | 124 | 45 |
| Binary | 10101100 | 1110100 | 1111 | 0 | 100001 | 1011011 | 100001 | 100111 | 1010100 | 100101 |
Color Harmonies of #AC740F
Complementary color
Monochromatic Colors of #AC740F
Black with #AC740F
Text Example
Text Example
White with #AC740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC740F; }
p { color: rgb(172,116,15); }
H1.HeaderClassName
{
color: #AC740F;
}
.AnyTagClassName
{
color: #AC740F;
}
</style>
background-color css
<style>
a { background-color: #AC740F; }
a { background-color: rgb(172,116,15); }
div.DivClassName
{
background-color: #AC740F;
}
.BgClassName
{
background-color: #AC740F;
}
</style>
border-color css
<style>
span { border-color: #AC740F; }
span { border-color: rgb(172,116,15); }
td.TdClassName
{
border-color: #AC740F;
}
.TagClassName
{
border-color: #AC740F;
}
</style>