Shades of Reef Gold #AC882C
Tints of Reef Gold #AC882C
RGB
CMYK
RGB Variations
Color information
#AC882C (or 0xAC882C) is known color: Reef Gold. HEX triplet: AC, 88 and 2C. RGB value is (172,136,44). Sum of RGB (Red+Green+Blue) = 172+136+44=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC882C is #5377D3. Grayscale: #888888. Windows color (decimal): -5470164 or 2918572. OLE color: 2918572.
HSL color Cylindrical-coordinate representation of color #AC882C: hue angle of 43.12º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC882C is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 44 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.33 |
| HSL | 43.13º | 0.59% | 0.42% | - |
| HSV(B) | 43.13º | 0.74% | 0.67% | - |
| XYZ | 26.27 | 26.56 | 6.12 | - |
| YUV | 136.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 44 | 0 | 0.21 | 0.74 | 0.33 | 43.13 | 0.59 | 0.42 |
| Hex | AC | 88 | 2C | 0 | 15 | 4A | 21 | 2B | 3B | 2A |
| Octal | 254 | 210 | 54 | 0 | 25 | 112 | 41 | 53 | 73 | 52 |
| Binary | 10101100 | 10001000 | 101100 | 0 | 10101 | 1001010 | 100001 | 101011 | 111011 | 101010 |
Color Harmonies of #AC882C
Complementary color
Monochromatic Colors of #AC882C
Black with #AC882C
Text Example
Text Example
White with #AC882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC882C; }
p { color: rgb(172,136,44); }
H1.HeaderClassName
{
color: #AC882C;
}
.AnyTagClassName
{
color: #AC882C;
}
</style>
background-color css
<style>
a { background-color: #AC882C; }
a { background-color: rgb(172,136,44); }
div.DivClassName
{
background-color: #AC882C;
}
.BgClassName
{
background-color: #AC882C;
}
</style>
border-color css
<style>
span { border-color: #AC882C; }
span { border-color: rgb(172,136,44); }
td.TdClassName
{
border-color: #AC882C;
}
.TagClassName
{
border-color: #AC882C;
}
</style>