Shades of Reef Gold #AC9838
Tints of Reef Gold #AC9838
RGB
CMYK
RGB Variations
Color information
#AC9838 (or 0xAC9838) is known color: Reef Gold. HEX triplet: AC, 98 and 38. RGB value is (172,152,56). Sum of RGB (Red+Green+Blue) = 172+152+56=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9838 is #5367C7. Grayscale: #939393. Windows color (decimal): -5466056 or 3709100. OLE color: 3709100.
HSL color Cylindrical-coordinate representation of color #AC9838: hue angle of 49.66º 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 #AC9838 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 56 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.33 |
| HSL | 49.66º | 0.51% | 0.45% | - |
| HSV(B) | 49.66º | 0.67% | 0.67% | - |
| XYZ | 28.96 | 31.51 | 8.3 | - |
| YUV | 147.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 56 | 0 | 0.12 | 0.67 | 0.33 | 49.66 | 0.51 | 0.45 |
| Hex | AC | 98 | 38 | 0 | C | 43 | 21 | 32 | 33 | 2D |
| Octal | 254 | 230 | 70 | 0 | 14 | 103 | 41 | 62 | 63 | 55 |
| Binary | 10101100 | 10011000 | 111000 | 0 | 1100 | 1000011 | 100001 | 110010 | 110011 | 101101 |
Color Harmonies of #AC9838
Complementary color
Monochromatic Colors of #AC9838
Black with #AC9838
Text Example
Text Example
White with #AC9838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9838; }
p { color: rgb(172,152,56); }
H1.HeaderClassName
{
color: #AC9838;
}
.AnyTagClassName
{
color: #AC9838;
}
</style>
background-color css
<style>
a { background-color: #AC9838; }
a { background-color: rgb(172,152,56); }
div.DivClassName
{
background-color: #AC9838;
}
.BgClassName
{
background-color: #AC9838;
}
</style>
border-color css
<style>
span { border-color: #AC9838; }
span { border-color: rgb(172,152,56); }
td.TdClassName
{
border-color: #AC9838;
}
.TagClassName
{
border-color: #AC9838;
}
</style>