Shades of Dark Goldenrod #AC7703
Tints of Dark Goldenrod #AC7703
RGB
CMYK
RGB Variations
Color information
#AC7703 (or 0xAC7703) is known color: Dark Goldenrod. HEX triplet: AC, 77 and 03. RGB value is (172,119,3). Sum of RGB (Red+Green+Blue) = 172+119+3=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7703 is #5388FC. Grayscale: #7A7A7A. Windows color (decimal): -5474557 or 227244. OLE color: 227244.
HSL color Cylindrical-coordinate representation of color #AC7703: hue angle of 41.18º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC7703 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 3 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.33 |
| HSL | 41.18º | 0.97% | 0.34% | - |
| HSV(B) | 41.18º | 0.98% | 0.67% | - |
| XYZ | 23.63 | 21.97 | 3.08 | - |
| YUV | 121.62 | 61.06 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 3 | 0 | 0.31 | 0.98 | 0.33 | 41.18 | 0.97 | 0.34 |
| Hex | AC | 77 | 3 | 0 | 1F | 62 | 21 | 29 | 61 | 22 |
| Octal | 254 | 167 | 3 | 0 | 37 | 142 | 41 | 51 | 141 | 42 |
| Binary | 10101100 | 1110111 | 11 | 0 | 11111 | 1100010 | 100001 | 101001 | 1100001 | 100010 |
Color Harmonies of #AC7703
Complementary color
Monochromatic Colors of #AC7703
Black with #AC7703
Text Example
Text Example
White with #AC7703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7703; }
p { color: rgb(172,119,3); }
H1.HeaderClassName
{
color: #AC7703;
}
.AnyTagClassName
{
color: #AC7703;
}
</style>
background-color css
<style>
a { background-color: #AC7703; }
a { background-color: rgb(172,119,3); }
div.DivClassName
{
background-color: #AC7703;
}
.BgClassName
{
background-color: #AC7703;
}
</style>
border-color css
<style>
span { border-color: #AC7703; }
span { border-color: rgb(172,119,3); }
td.TdClassName
{
border-color: #AC7703;
}
.TagClassName
{
border-color: #AC7703;
}
</style>