Shades of Dark Goldenrod #AC8B13
Tints of Dark Goldenrod #AC8B13
RGB
CMYK
RGB Variations
Color information
#AC8B13 (or 0xAC8B13) is known color: Dark Goldenrod. HEX triplet: AC, 8B and 13. RGB value is (172,139,19). Sum of RGB (Red+Green+Blue) = 172+139+19=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8B13 is #5374EC. Grayscale: #878787. Windows color (decimal): -5469421 or 1280940. OLE color: 1280940.
HSL color Cylindrical-coordinate representation of color #AC8B13: hue angle of 47.06º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC8B13 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 139 | 19 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.33 |
| HSL | 47.06º | 0.8% | 0.37% | - |
| HSV(B) | 47.06º | 0.89% | 0.67% | - |
| XYZ | 26.36 | 27.28 | 4.49 | - |
| YUV | 135.19 | 62.43 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 19 | 0 | 0.19 | 0.89 | 0.33 | 47.06 | 0.8 | 0.37 |
| Hex | AC | 8B | 13 | 0 | 13 | 59 | 21 | 2F | 50 | 25 |
| Octal | 254 | 213 | 23 | 0 | 23 | 131 | 41 | 57 | 120 | 45 |
| Binary | 10101100 | 10001011 | 10011 | 0 | 10011 | 1011001 | 100001 | 101111 | 1010000 | 100101 |
Color Harmonies of #AC8B13
Complementary color
Monochromatic Colors of #AC8B13
Black with #AC8B13
Text Example
Text Example
White with #AC8B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8B13; }
p { color: rgb(172,139,19); }
H1.HeaderClassName
{
color: #AC8B13;
}
.AnyTagClassName
{
color: #AC8B13;
}
</style>
background-color css
<style>
a { background-color: #AC8B13; }
a { background-color: rgb(172,139,19); }
div.DivClassName
{
background-color: #AC8B13;
}
.BgClassName
{
background-color: #AC8B13;
}
</style>
border-color css
<style>
span { border-color: #AC8B13; }
span { border-color: rgb(172,139,19); }
td.TdClassName
{
border-color: #AC8B13;
}
.TagClassName
{
border-color: #AC8B13;
}
</style>