Shades of Reef Gold #AC983A
Tints of Reef Gold #AC983A
RGB
CMYK
RGB Variations
Color information
#AC983A (or 0xAC983A) is known color: Reef Gold. HEX triplet: AC, 98 and 3A. RGB value is (172,152,58). Sum of RGB (Red+Green+Blue) = 172+152+58=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC983A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC983A is #5367C5. Grayscale: #939393. Windows color (decimal): -5466054 or 3840172. OLE color: 3840172.
HSL color Cylindrical-coordinate representation of color #AC983A: hue angle of 49.47º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC983A is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 58 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.33 |
| HSL | 49.47º | 0.5% | 0.45% | - |
| HSV(B) | 49.47º | 0.66% | 0.67% | - |
| XYZ | 29.01 | 31.53 | 8.56 | - |
| YUV | 147.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 58 | 0 | 0.12 | 0.66 | 0.33 | 49.47 | 0.5 | 0.45 |
| Hex | AC | 98 | 3A | 0 | C | 42 | 21 | 31 | 32 | 2D |
| Octal | 254 | 230 | 72 | 0 | 14 | 102 | 41 | 61 | 62 | 55 |
| Binary | 10101100 | 10011000 | 111010 | 0 | 1100 | 1000010 | 100001 | 110001 | 110010 | 101101 |
Color Harmonies of #AC983A
Complementary color
Monochromatic Colors of #AC983A
Black with #AC983A
Text Example
Text Example
White with #AC983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC983A; }
p { color: rgb(172,152,58); }
H1.HeaderClassName
{
color: #AC983A;
}
.AnyTagClassName
{
color: #AC983A;
}
</style>
background-color css
<style>
a { background-color: #AC983A; }
a { background-color: rgb(172,152,58); }
div.DivClassName
{
background-color: #AC983A;
}
.BgClassName
{
background-color: #AC983A;
}
</style>
border-color css
<style>
span { border-color: #AC983A; }
span { border-color: rgb(172,152,58); }
td.TdClassName
{
border-color: #AC983A;
}
.TagClassName
{
border-color: #AC983A;
}
</style>