Shades of Reef Gold #AC9831
Tints of Reef Gold #AC9831
RGB
CMYK
RGB Variations
Color information
#AC9831 (or 0xAC9831) is known color: Reef Gold. HEX triplet: AC, 98 and 31. RGB value is (172,152,49). Sum of RGB (Red+Green+Blue) = 172+152+49=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9831 is #5367CE. Grayscale: #929292. Windows color (decimal): -5466063 or 3250348. OLE color: 3250348.
HSL color Cylindrical-coordinate representation of color #AC9831: hue angle of 50.24º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC9831 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 49 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.33 |
| HSL | 50.24º | 0.56% | 0.43% | - |
| HSV(B) | 50.24º | 0.72% | 0.67% | - |
| XYZ | 28.8 | 31.45 | 7.46 | - |
| YUV | 146.24 | 73.13 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 49 | 0 | 0.12 | 0.72 | 0.33 | 50.24 | 0.56 | 0.43 |
| Hex | AC | 98 | 31 | 0 | C | 48 | 21 | 32 | 38 | 2B |
| Octal | 254 | 230 | 61 | 0 | 14 | 110 | 41 | 62 | 70 | 53 |
| Binary | 10101100 | 10011000 | 110001 | 0 | 1100 | 1001000 | 100001 | 110010 | 111000 | 101011 |
Color Harmonies of #AC9831
Complementary color
Monochromatic Colors of #AC9831
Black with #AC9831
Text Example
Text Example
White with #AC9831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9831; }
p { color: rgb(172,152,49); }
H1.HeaderClassName
{
color: #AC9831;
}
.AnyTagClassName
{
color: #AC9831;
}
</style>
background-color css
<style>
a { background-color: #AC9831; }
a { background-color: rgb(172,152,49); }
div.DivClassName
{
background-color: #AC9831;
}
.BgClassName
{
background-color: #AC9831;
}
</style>
border-color css
<style>
span { border-color: #AC9831; }
span { border-color: rgb(172,152,49); }
td.TdClassName
{
border-color: #AC9831;
}
.TagClassName
{
border-color: #AC9831;
}
</style>