Shades of Dark Goldenrod #AC8107
Tints of Dark Goldenrod #AC8107
RGB
CMYK
RGB Variations
Color information
#AC8107 (or 0xAC8107) is known color: Dark Goldenrod. HEX triplet: AC, 81 and 07. RGB value is (172,129,7). Sum of RGB (Red+Green+Blue) = 172+129+7=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8107 is #537EF8. Grayscale: #808080. Windows color (decimal): -5471993 or 491948. OLE color: 491948.
HSL color Cylindrical-coordinate representation of color #AC8107: hue angle of 44.36º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC8107 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 7 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.33 |
| HSL | 44.36º | 0.92% | 0.35% | - |
| HSV(B) | 44.36º | 0.96% | 0.67% | - |
| XYZ | 24.9 | 24.49 | 3.61 | - |
| YUV | 127.95 | 59.75 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 7 | 0 | 0.25 | 0.96 | 0.33 | 44.36 | 0.92 | 0.35 |
| Hex | AC | 81 | 7 | 0 | 19 | 60 | 21 | 2C | 5C | 23 |
| Octal | 254 | 201 | 7 | 0 | 31 | 140 | 41 | 54 | 134 | 43 |
| Binary | 10101100 | 10000001 | 111 | 0 | 11001 | 1100000 | 100001 | 101100 | 1011100 | 100011 |
Color Harmonies of #AC8107
Complementary color
Monochromatic Colors of #AC8107
Black with #AC8107
Text Example
Text Example
White with #AC8107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8107; }
p { color: rgb(172,129,7); }
H1.HeaderClassName
{
color: #AC8107;
}
.AnyTagClassName
{
color: #AC8107;
}
</style>
background-color css
<style>
a { background-color: #AC8107; }
a { background-color: rgb(172,129,7); }
div.DivClassName
{
background-color: #AC8107;
}
.BgClassName
{
background-color: #AC8107;
}
</style>
border-color css
<style>
span { border-color: #AC8107; }
span { border-color: rgb(172,129,7); }
td.TdClassName
{
border-color: #AC8107;
}
.TagClassName
{
border-color: #AC8107;
}
</style>