Shades of Dark Goldenrod #AC7802
Tints of Dark Goldenrod #AC7802
RGB
CMYK
RGB Variations
Color information
#AC7802 (or 0xAC7802) is known color: Dark Goldenrod. HEX triplet: AC, 78 and 02. RGB value is (172,120,2). Sum of RGB (Red+Green+Blue) = 172+120+2=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7802 is #5387FD. Grayscale: #7A7A7A. Windows color (decimal): -5474302 or 161964. OLE color: 161964.
HSL color Cylindrical-coordinate representation of color #AC7802: hue angle of 41.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC7802 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.33 |
| HSL | 41.65º | 0.98% | 0.34% | - |
| HSV(B) | 41.65º | 0.99% | 0.67% | - |
| XYZ | 23.74 | 22.21 | 3.09 | - |
| YUV | 122.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 2 | 0 | 0.30 | 0.99 | 0.33 | 41.65 | 0.98 | 0.34 |
| Hex | AC | 78 | 2 | 0 | 1E | 63 | 21 | 2A | 62 | 22 |
| Octal | 254 | 170 | 2 | 0 | 36 | 143 | 41 | 52 | 142 | 42 |
| Binary | 10101100 | 1111000 | 10 | 0 | 11110 | 1100011 | 100001 | 101010 | 1100010 | 100010 |
Color Harmonies of #AC7802
Complementary color
Monochromatic Colors of #AC7802
Black with #AC7802
Text Example
Text Example
White with #AC7802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7802; }
p { color: rgb(172,120,2); }
H1.HeaderClassName
{
color: #AC7802;
}
.AnyTagClassName
{
color: #AC7802;
}
</style>
background-color css
<style>
a { background-color: #AC7802; }
a { background-color: rgb(172,120,2); }
div.DivClassName
{
background-color: #AC7802;
}
.BgClassName
{
background-color: #AC7802;
}
</style>
border-color css
<style>
span { border-color: #AC7802; }
span { border-color: rgb(172,120,2); }
td.TdClassName
{
border-color: #AC7802;
}
.TagClassName
{
border-color: #AC7802;
}
</style>