Shades of Reef Gold #AC852A
Tints of Reef Gold #AC852A
RGB
CMYK
RGB Variations
Color information
#AC852A (or 0xAC852A) is known color: Reef Gold. HEX triplet: AC, 85 and 2A. RGB value is (172,133,42). Sum of RGB (Red+Green+Blue) = 172+133+42=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC852A is #537AD5. Grayscale: #868686. Windows color (decimal): -5470934 or 2786732. OLE color: 2786732.
HSL color Cylindrical-coordinate representation of color #AC852A: hue angle of 42º degrees, saturation: 0.61, 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 #AC852A is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 42 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.33 |
| HSL | 42º | 0.61% | 0.42% | - |
| HSV(B) | 42º | 0.76% | 0.67% | - |
| XYZ | 25.82 | 25.71 | 5.79 | - |
| YUV | 134.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 42 | 0 | 0.23 | 0.76 | 0.33 | 42 | 0.61 | 0.42 |
| Hex | AC | 85 | 2A | 0 | 17 | 4C | 21 | 2A | 3D | 2A |
| Octal | 254 | 205 | 52 | 0 | 27 | 114 | 41 | 52 | 75 | 52 |
| Binary | 10101100 | 10000101 | 101010 | 0 | 10111 | 1001100 | 100001 | 101010 | 111101 | 101010 |
Color Harmonies of #AC852A
Complementary color
Monochromatic Colors of #AC852A
Black with #AC852A
Text Example
Text Example
White with #AC852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC852A; }
p { color: rgb(172,133,42); }
H1.HeaderClassName
{
color: #AC852A;
}
.AnyTagClassName
{
color: #AC852A;
}
</style>
background-color css
<style>
a { background-color: #AC852A; }
a { background-color: rgb(172,133,42); }
div.DivClassName
{
background-color: #AC852A;
}
.BgClassName
{
background-color: #AC852A;
}
</style>
border-color css
<style>
span { border-color: #AC852A; }
span { border-color: rgb(172,133,42); }
td.TdClassName
{
border-color: #AC852A;
}
.TagClassName
{
border-color: #AC852A;
}
</style>