Shades of Reef Gold #AC842C
Tints of Reef Gold #AC842C
RGB
CMYK
RGB Variations
Color information
#AC842C (or 0xAC842C) is known color: Reef Gold. HEX triplet: AC, 84 and 2C. RGB value is (172,132,44). Sum of RGB (Red+Green+Blue) = 172+132+44=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC842C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC842C is #537BD3. Grayscale: #868686. Windows color (decimal): -5471188 or 2917548. OLE color: 2917548.
HSL color Cylindrical-coordinate representation of color #AC842C: hue angle of 41.25º 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 #AC842C is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 44 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.33 |
| HSL | 41.25º | 0.59% | 0.42% | - |
| HSV(B) | 41.25º | 0.74% | 0.67% | - |
| XYZ | 25.72 | 25.46 | 5.94 | - |
| YUV | 133.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 44 | 0 | 0.23 | 0.74 | 0.33 | 41.25 | 0.59 | 0.42 |
| Hex | AC | 84 | 2C | 0 | 17 | 4A | 21 | 29 | 3B | 2A |
| Octal | 254 | 204 | 54 | 0 | 27 | 112 | 41 | 51 | 73 | 52 |
| Binary | 10101100 | 10000100 | 101100 | 0 | 10111 | 1001010 | 100001 | 101001 | 111011 | 101010 |
Color Harmonies of #AC842C
Complementary color
Monochromatic Colors of #AC842C
Black with #AC842C
Text Example
Text Example
White with #AC842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC842C; }
p { color: rgb(172,132,44); }
H1.HeaderClassName
{
color: #AC842C;
}
.AnyTagClassName
{
color: #AC842C;
}
</style>
background-color css
<style>
a { background-color: #AC842C; }
a { background-color: rgb(172,132,44); }
div.DivClassName
{
background-color: #AC842C;
}
.BgClassName
{
background-color: #AC842C;
}
</style>
border-color css
<style>
span { border-color: #AC842C; }
span { border-color: rgb(172,132,44); }
td.TdClassName
{
border-color: #AC842C;
}
.TagClassName
{
border-color: #AC842C;
}
</style>