Shades of Reef Gold #AC8828
Tints of Reef Gold #AC8828
RGB
CMYK
RGB Variations
Color information
#AC8828 (or 0xAC8828) is known color: Reef Gold. HEX triplet: AC, 88 and 28. RGB value is (172,136,40). Sum of RGB (Red+Green+Blue) = 172+136+40=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8828 is #5377D7. Grayscale: #888888. Windows color (decimal): -5470168 or 2656428. OLE color: 2656428.
HSL color Cylindrical-coordinate representation of color #AC8828: hue angle of 43.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC8828 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 40 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.33 |
| HSL | 43.64º | 0.62% | 0.42% | - |
| HSV(B) | 43.64º | 0.77% | 0.67% | - |
| XYZ | 26.2 | 26.53 | 5.75 | - |
| YUV | 135.82 | 73.93 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 40 | 0 | 0.21 | 0.77 | 0.33 | 43.64 | 0.62 | 0.42 |
| Hex | AC | 88 | 28 | 0 | 15 | 4D | 21 | 2C | 3E | 2A |
| Octal | 254 | 210 | 50 | 0 | 25 | 115 | 41 | 54 | 76 | 52 |
| Binary | 10101100 | 10001000 | 101000 | 0 | 10101 | 1001101 | 100001 | 101100 | 111110 | 101010 |
Color Harmonies of #AC8828
Complementary color
Monochromatic Colors of #AC8828
Black with #AC8828
Text Example
Text Example
White with #AC8828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8828; }
p { color: rgb(172,136,40); }
H1.HeaderClassName
{
color: #AC8828;
}
.AnyTagClassName
{
color: #AC8828;
}
</style>
background-color css
<style>
a { background-color: #AC8828; }
a { background-color: rgb(172,136,40); }
div.DivClassName
{
background-color: #AC8828;
}
.BgClassName
{
background-color: #AC8828;
}
</style>
border-color css
<style>
span { border-color: #AC8828; }
span { border-color: rgb(172,136,40); }
td.TdClassName
{
border-color: #AC8828;
}
.TagClassName
{
border-color: #AC8828;
}
</style>