Shades of Reef Gold #AC9937
Tints of Reef Gold #AC9937
RGB
CMYK
RGB Variations
Color information
#AC9937 (or 0xAC9937) is known color: Reef Gold. HEX triplet: AC, 99 and 37. RGB value is (172,153,55). Sum of RGB (Red+Green+Blue) = 172+153+55=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9937 is #5366C8. Grayscale: #939393. Windows color (decimal): -5465801 or 3643820. OLE color: 3643820.
HSL color Cylindrical-coordinate representation of color #AC9937: hue angle of 50.26º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC9937 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 55 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.33 |
| HSL | 50.26º | 0.52% | 0.45% | - |
| HSV(B) | 50.26º | 0.68% | 0.67% | - |
| XYZ | 29.09 | 31.83 | 8.22 | - |
| YUV | 147.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 55 | 0 | 0.11 | 0.68 | 0.33 | 50.26 | 0.52 | 0.45 |
| Hex | AC | 99 | 37 | 0 | B | 44 | 21 | 32 | 34 | 2D |
| Octal | 254 | 231 | 67 | 0 | 13 | 104 | 41 | 62 | 64 | 55 |
| Binary | 10101100 | 10011001 | 110111 | 0 | 1011 | 1000100 | 100001 | 110010 | 110100 | 101101 |
Color Harmonies of #AC9937
Complementary color
Monochromatic Colors of #AC9937
Black with #AC9937
Text Example
Text Example
White with #AC9937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9937; }
p { color: rgb(172,153,55); }
H1.HeaderClassName
{
color: #AC9937;
}
.AnyTagClassName
{
color: #AC9937;
}
</style>
background-color css
<style>
a { background-color: #AC9937; }
a { background-color: rgb(172,153,55); }
div.DivClassName
{
background-color: #AC9937;
}
.BgClassName
{
background-color: #AC9937;
}
</style>
border-color css
<style>
span { border-color: #AC9937; }
span { border-color: rgb(172,153,55); }
td.TdClassName
{
border-color: #AC9937;
}
.TagClassName
{
border-color: #AC9937;
}
</style>