Shades of Reef Gold #AC842D
Tints of Reef Gold #AC842D
RGB
CMYK
RGB Variations
Color information
#AC842D (or 0xAC842D) is known color: Reef Gold. HEX triplet: AC, 84 and 2D. RGB value is (172,132,45). Sum of RGB (Red+Green+Blue) = 172+132+45=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC842D is #537BD2. Grayscale: #868686. Windows color (decimal): -5471187 or 2983084. OLE color: 2983084.
HSL color Cylindrical-coordinate representation of color #AC842D: hue angle of 41.1º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC842D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 45 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.33 |
| HSL | 41.1º | 0.59% | 0.43% | - |
| HSV(B) | 41.1º | 0.74% | 0.67% | - |
| XYZ | 25.74 | 25.46 | 6.04 | - |
| YUV | 134.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 45 | 0 | 0.23 | 0.74 | 0.33 | 41.1 | 0.59 | 0.43 |
| Hex | AC | 84 | 2D | 0 | 17 | 4A | 21 | 29 | 3B | 2B |
| Octal | 254 | 204 | 55 | 0 | 27 | 112 | 41 | 51 | 73 | 53 |
| Binary | 10101100 | 10000100 | 101101 | 0 | 10111 | 1001010 | 100001 | 101001 | 111011 | 101011 |
Color Harmonies of #AC842D
Complementary color
Monochromatic Colors of #AC842D
Black with #AC842D
Text Example
Text Example
White with #AC842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC842D; }
p { color: rgb(172,132,45); }
H1.HeaderClassName
{
color: #AC842D;
}
.AnyTagClassName
{
color: #AC842D;
}
</style>
background-color css
<style>
a { background-color: #AC842D; }
a { background-color: rgb(172,132,45); }
div.DivClassName
{
background-color: #AC842D;
}
.BgClassName
{
background-color: #AC842D;
}
</style>
border-color css
<style>
span { border-color: #AC842D; }
span { border-color: rgb(172,132,45); }
td.TdClassName
{
border-color: #AC842D;
}
.TagClassName
{
border-color: #AC842D;
}
</style>