Shades of Reef Gold #AC882B
Tints of Reef Gold #AC882B
RGB
CMYK
RGB Variations
Color information
#AC882B (or 0xAC882B) is known color: Reef Gold. HEX triplet: AC, 88 and 2B. RGB value is (172,136,43). Sum of RGB (Red+Green+Blue) = 172+136+43=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC882B is #5377D4. Grayscale: #888888. Windows color (decimal): -5470165 or 2853036. OLE color: 2853036.
HSL color Cylindrical-coordinate representation of color #AC882B: hue angle of 43.26º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC882B is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 43 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.33 |
| HSL | 43.26º | 0.6% | 0.42% | - |
| HSV(B) | 43.26º | 0.75% | 0.67% | - |
| XYZ | 26.25 | 26.55 | 6.03 | - |
| YUV | 136.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 43 | 0 | 0.21 | 0.75 | 0.33 | 43.26 | 0.6 | 0.42 |
| Hex | AC | 88 | 2B | 0 | 15 | 4B | 21 | 2B | 3C | 2A |
| Octal | 254 | 210 | 53 | 0 | 25 | 113 | 41 | 53 | 74 | 52 |
| Binary | 10101100 | 10001000 | 101011 | 0 | 10101 | 1001011 | 100001 | 101011 | 111100 | 101010 |
Color Harmonies of #AC882B
Complementary color
Monochromatic Colors of #AC882B
Black with #AC882B
Text Example
Text Example
White with #AC882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC882B; }
p { color: rgb(172,136,43); }
H1.HeaderClassName
{
color: #AC882B;
}
.AnyTagClassName
{
color: #AC882B;
}
</style>
background-color css
<style>
a { background-color: #AC882B; }
a { background-color: rgb(172,136,43); }
div.DivClassName
{
background-color: #AC882B;
}
.BgClassName
{
background-color: #AC882B;
}
</style>
border-color css
<style>
span { border-color: #AC882B; }
span { border-color: rgb(172,136,43); }
td.TdClassName
{
border-color: #AC882B;
}
.TagClassName
{
border-color: #AC882B;
}
</style>