Shades of Dark Goldenrod #AC770A
Tints of Dark Goldenrod #AC770A
RGB
CMYK
RGB Variations
Color information
#AC770A (or 0xAC770A) is known color: Dark Goldenrod. HEX triplet: AC, 77 and 0A. RGB value is (172,119,10). Sum of RGB (Red+Green+Blue) = 172+119+10=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC770A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC770A is #5388F5. Grayscale: #7A7A7A. Windows color (decimal): -5474550 or 685996. OLE color: 685996.
HSL color Cylindrical-coordinate representation of color #AC770A: hue angle of 40.37º 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 #AC770A is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 10 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.33 |
| HSL | 40.37º | 0.89% | 0.36% | - |
| HSV(B) | 40.37º | 0.94% | 0.67% | - |
| XYZ | 23.66 | 21.99 | 3.28 | - |
| YUV | 122.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 10 | 0 | 0.31 | 0.94 | 0.33 | 40.37 | 0.89 | 0.36 |
| Hex | AC | 77 | A | 0 | 1F | 5E | 21 | 28 | 59 | 24 |
| Octal | 254 | 167 | 12 | 0 | 37 | 136 | 41 | 50 | 131 | 44 |
| Binary | 10101100 | 1110111 | 1010 | 0 | 11111 | 1011110 | 100001 | 101000 | 1011001 | 100100 |
Color Harmonies of #AC770A
Complementary color
Monochromatic Colors of #AC770A
Black with #AC770A
Text Example
Text Example
White with #AC770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC770A; }
p { color: rgb(172,119,10); }
H1.HeaderClassName
{
color: #AC770A;
}
.AnyTagClassName
{
color: #AC770A;
}
</style>
background-color css
<style>
a { background-color: #AC770A; }
a { background-color: rgb(172,119,10); }
div.DivClassName
{
background-color: #AC770A;
}
.BgClassName
{
background-color: #AC770A;
}
</style>
border-color css
<style>
span { border-color: #AC770A; }
span { border-color: rgb(172,119,10); }
td.TdClassName
{
border-color: #AC770A;
}
.TagClassName
{
border-color: #AC770A;
}
</style>