Shades of Dark Goldenrod #AC9302
Tints of Dark Goldenrod #AC9302
RGB
CMYK
RGB Variations
Color information
#AC9302 (or 0xAC9302) is known color: Dark Goldenrod. HEX triplet: AC, 93 and 02. RGB value is (172,147,2). Sum of RGB (Red+Green+Blue) = 172+147+2=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9302 is #536CFD. Grayscale: #8A8A8A. Windows color (decimal): -5467390 or 168876. OLE color: 168876.
HSL color Cylindrical-coordinate representation of color #AC9302: hue angle of 51.18º 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 #AC9302 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.33 |
| HSL | 51.18º | 0.98% | 0.34% | - |
| HSV(B) | 51.18º | 0.99% | 0.67% | - |
| XYZ | 27.46 | 29.64 | 4.33 | - |
| YUV | 137.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 2 | 0 | 0.15 | 0.99 | 0.33 | 51.18 | 0.98 | 0.34 |
| Hex | AC | 93 | 2 | 0 | F | 63 | 21 | 33 | 62 | 22 |
| Octal | 254 | 223 | 2 | 0 | 17 | 143 | 41 | 63 | 142 | 42 |
| Binary | 10101100 | 10010011 | 10 | 0 | 1111 | 1100011 | 100001 | 110011 | 1100010 | 100010 |
Color Harmonies of #AC9302
Complementary color
Monochromatic Colors of #AC9302
Black with #AC9302
Text Example
Text Example
White with #AC9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9302; }
p { color: rgb(172,147,2); }
H1.HeaderClassName
{
color: #AC9302;
}
.AnyTagClassName
{
color: #AC9302;
}
</style>
background-color css
<style>
a { background-color: #AC9302; }
a { background-color: rgb(172,147,2); }
div.DivClassName
{
background-color: #AC9302;
}
.BgClassName
{
background-color: #AC9302;
}
</style>
border-color css
<style>
span { border-color: #AC9302; }
span { border-color: rgb(172,147,2); }
td.TdClassName
{
border-color: #AC9302;
}
.TagClassName
{
border-color: #AC9302;
}
</style>