Shades of Dark Goldenrod #AC7502
Tints of Dark Goldenrod #AC7502
RGB
CMYK
RGB Variations
Color information
#AC7502 (or 0xAC7502) is known color: Dark Goldenrod. HEX triplet: AC, 75 and 02. RGB value is (172,117,2). Sum of RGB (Red+Green+Blue) = 172+117+2=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7502 is #538AFD. Grayscale: #787878. Windows color (decimal): -5475070 or 161196. OLE color: 161196.
HSL color Cylindrical-coordinate representation of color #AC7502: hue angle of 40.59º 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 #AC7502 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.33 |
| HSL | 40.59º | 0.98% | 0.34% | - |
| HSV(B) | 40.59º | 0.99% | 0.67% | - |
| XYZ | 23.39 | 21.5 | 2.97 | - |
| YUV | 120.34 | 61.22 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 2 | 0 | 0.32 | 0.99 | 0.33 | 40.59 | 0.98 | 0.34 |
| Hex | AC | 75 | 2 | 0 | 20 | 63 | 21 | 29 | 62 | 22 |
| Octal | 254 | 165 | 2 | 0 | 40 | 143 | 41 | 51 | 142 | 42 |
| Binary | 10101100 | 1110101 | 10 | 0 | 100000 | 1100011 | 100001 | 101001 | 1100010 | 100010 |
Color Harmonies of #AC7502
Complementary color
Monochromatic Colors of #AC7502
Black with #AC7502
Text Example
Text Example
White with #AC7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7502; }
p { color: rgb(172,117,2); }
H1.HeaderClassName
{
color: #AC7502;
}
.AnyTagClassName
{
color: #AC7502;
}
</style>
background-color css
<style>
a { background-color: #AC7502; }
a { background-color: rgb(172,117,2); }
div.DivClassName
{
background-color: #AC7502;
}
.BgClassName
{
background-color: #AC7502;
}
</style>
border-color css
<style>
span { border-color: #AC7502; }
span { border-color: rgb(172,117,2); }
td.TdClassName
{
border-color: #AC7502;
}
.TagClassName
{
border-color: #AC7502;
}
</style>