Shades of Reef Gold #AC9938
Tints of Reef Gold #AC9938
RGB
CMYK
RGB Variations
Color information
#AC9938 (or 0xAC9938) is known color: Reef Gold. HEX triplet: AC, 99 and 38. RGB value is (172,153,56). Sum of RGB (Red+Green+Blue) = 172+153+56=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9938 is #5366C7. Grayscale: #949494. Windows color (decimal): -5465800 or 3709356. OLE color: 3709356.
HSL color Cylindrical-coordinate representation of color #AC9938: hue angle of 50.17º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC9938 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 56 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.33 |
| HSL | 50.17º | 0.51% | 0.45% | - |
| HSV(B) | 50.17º | 0.67% | 0.67% | - |
| XYZ | 29.12 | 31.84 | 8.35 | - |
| YUV | 147.62 | 76.29 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 56 | 0 | 0.11 | 0.67 | 0.33 | 50.17 | 0.51 | 0.45 |
| Hex | AC | 99 | 38 | 0 | B | 43 | 21 | 32 | 33 | 2D |
| Octal | 254 | 231 | 70 | 0 | 13 | 103 | 41 | 62 | 63 | 55 |
| Binary | 10101100 | 10011001 | 111000 | 0 | 1011 | 1000011 | 100001 | 110010 | 110011 | 101101 |
Color Harmonies of #AC9938
Complementary color
Monochromatic Colors of #AC9938
Black with #AC9938
Text Example
Text Example
White with #AC9938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9938; }
p { color: rgb(172,153,56); }
H1.HeaderClassName
{
color: #AC9938;
}
.AnyTagClassName
{
color: #AC9938;
}
</style>
background-color css
<style>
a { background-color: #AC9938; }
a { background-color: rgb(172,153,56); }
div.DivClassName
{
background-color: #AC9938;
}
.BgClassName
{
background-color: #AC9938;
}
</style>
border-color css
<style>
span { border-color: #AC9938; }
span { border-color: rgb(172,153,56); }
td.TdClassName
{
border-color: #AC9938;
}
.TagClassName
{
border-color: #AC9938;
}
</style>