Shades of Reef Gold #AC882E
Tints of Reef Gold #AC882E
RGB
CMYK
RGB Variations
Color information
#AC882E (or 0xAC882E) is known color: Reef Gold. HEX triplet: AC, 88 and 2E. RGB value is (172,136,46). Sum of RGB (Red+Green+Blue) = 172+136+46=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC882E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC882E is #5377D1. Grayscale: #888888. Windows color (decimal): -5470162 or 3049644. OLE color: 3049644.
HSL color Cylindrical-coordinate representation of color #AC882E: hue angle of 42.86º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC882E is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 46 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.33 |
| HSL | 42.86º | 0.58% | 0.43% | - |
| HSV(B) | 42.86º | 0.73% | 0.67% | - |
| XYZ | 26.31 | 26.58 | 6.33 | - |
| YUV | 136.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 46 | 0 | 0.21 | 0.73 | 0.33 | 42.86 | 0.58 | 0.43 |
| Hex | AC | 88 | 2E | 0 | 15 | 49 | 21 | 2B | 3A | 2B |
| Octal | 254 | 210 | 56 | 0 | 25 | 111 | 41 | 53 | 72 | 53 |
| Binary | 10101100 | 10001000 | 101110 | 0 | 10101 | 1001001 | 100001 | 101011 | 111010 | 101011 |
Color Harmonies of #AC882E
Complementary color
Monochromatic Colors of #AC882E
Black with #AC882E
Text Example
Text Example
White with #AC882E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC882E; }
p { color: rgb(172,136,46); }
H1.HeaderClassName
{
color: #AC882E;
}
.AnyTagClassName
{
color: #AC882E;
}
</style>
background-color css
<style>
a { background-color: #AC882E; }
a { background-color: rgb(172,136,46); }
div.DivClassName
{
background-color: #AC882E;
}
.BgClassName
{
background-color: #AC882E;
}
</style>
border-color css
<style>
span { border-color: #AC882E; }
span { border-color: rgb(172,136,46); }
td.TdClassName
{
border-color: #AC882E;
}
.TagClassName
{
border-color: #AC882E;
}
</style>