Shades of Reef Gold #AC852B
Tints of Reef Gold #AC852B
RGB
CMYK
RGB Variations
Color information
#AC852B (or 0xAC852B) is known color: Reef Gold. HEX triplet: AC, 85 and 2B. RGB value is (172,133,43). Sum of RGB (Red+Green+Blue) = 172+133+43=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC852B is #537AD4. Grayscale: #868686. Windows color (decimal): -5470933 or 2852268. OLE color: 2852268.
HSL color Cylindrical-coordinate representation of color #AC852B: hue angle of 41.86º 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 #AC852B is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 43 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.33 |
| HSL | 41.86º | 0.6% | 0.42% | - |
| HSV(B) | 41.86º | 0.75% | 0.67% | - |
| XYZ | 25.84 | 25.72 | 5.89 | - |
| YUV | 134.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 43 | 0 | 0.23 | 0.75 | 0.33 | 41.86 | 0.6 | 0.42 |
| Hex | AC | 85 | 2B | 0 | 17 | 4B | 21 | 2A | 3C | 2A |
| Octal | 254 | 205 | 53 | 0 | 27 | 113 | 41 | 52 | 74 | 52 |
| Binary | 10101100 | 10000101 | 101011 | 0 | 10111 | 1001011 | 100001 | 101010 | 111100 | 101010 |
Color Harmonies of #AC852B
Complementary color
Monochromatic Colors of #AC852B
Black with #AC852B
Text Example
Text Example
White with #AC852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC852B; }
p { color: rgb(172,133,43); }
H1.HeaderClassName
{
color: #AC852B;
}
.AnyTagClassName
{
color: #AC852B;
}
</style>
background-color css
<style>
a { background-color: #AC852B; }
a { background-color: rgb(172,133,43); }
div.DivClassName
{
background-color: #AC852B;
}
.BgClassName
{
background-color: #AC852B;
}
</style>
border-color css
<style>
span { border-color: #AC852B; }
span { border-color: rgb(172,133,43); }
td.TdClassName
{
border-color: #AC852B;
}
.TagClassName
{
border-color: #AC852B;
}
</style>