Shades of Reef Gold #AC8829
Tints of Reef Gold #AC8829
RGB
CMYK
RGB Variations
Color information
#AC8829 (or 0xAC8829) is known color: Reef Gold. HEX triplet: AC, 88 and 29. RGB value is (172,136,41). Sum of RGB (Red+Green+Blue) = 172+136+41=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8829 is #5377D6. Grayscale: #888888. Windows color (decimal): -5470167 or 2721964. OLE color: 2721964.
HSL color Cylindrical-coordinate representation of color #AC8829: hue angle of 43.51º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC8829 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 41 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.33 |
| HSL | 43.51º | 0.62% | 0.42% | - |
| HSV(B) | 43.51º | 0.76% | 0.67% | - |
| XYZ | 26.22 | 26.54 | 5.84 | - |
| YUV | 135.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 41 | 0 | 0.21 | 0.76 | 0.33 | 43.51 | 0.62 | 0.42 |
| Hex | AC | 88 | 29 | 0 | 15 | 4C | 21 | 2C | 3E | 2A |
| Octal | 254 | 210 | 51 | 0 | 25 | 114 | 41 | 54 | 76 | 52 |
| Binary | 10101100 | 10001000 | 101001 | 0 | 10101 | 1001100 | 100001 | 101100 | 111110 | 101010 |
Color Harmonies of #AC8829
Complementary color
Monochromatic Colors of #AC8829
Black with #AC8829
Text Example
Text Example
White with #AC8829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8829; }
p { color: rgb(172,136,41); }
H1.HeaderClassName
{
color: #AC8829;
}
.AnyTagClassName
{
color: #AC8829;
}
</style>
background-color css
<style>
a { background-color: #AC8829; }
a { background-color: rgb(172,136,41); }
div.DivClassName
{
background-color: #AC8829;
}
.BgClassName
{
background-color: #AC8829;
}
</style>
border-color css
<style>
span { border-color: #AC8829; }
span { border-color: rgb(172,136,41); }
td.TdClassName
{
border-color: #AC8829;
}
.TagClassName
{
border-color: #AC8829;
}
</style>