Shades of Reef Gold #AC862D
Tints of Reef Gold #AC862D
RGB
CMYK
RGB Variations
Color information
#AC862D (or 0xAC862D) is known color: Reef Gold. HEX triplet: AC, 86 and 2D. RGB value is (172,134,45). Sum of RGB (Red+Green+Blue) = 172+134+45=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC862D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC862D is #5379D2. Grayscale: #878787. Windows color (decimal): -5470675 or 2983596. OLE color: 2983596.
HSL color Cylindrical-coordinate representation of color #AC862D: hue angle of 42.05º 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 #AC862D is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 45 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.33 |
| HSL | 42.05º | 0.59% | 0.43% | - |
| HSV(B) | 42.05º | 0.74% | 0.67% | - |
| XYZ | 26.01 | 26.01 | 6.13 | - |
| YUV | 135.22 | 77.09 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 45 | 0 | 0.22 | 0.74 | 0.33 | 42.05 | 0.59 | 0.43 |
| Hex | AC | 86 | 2D | 0 | 16 | 4A | 21 | 2A | 3B | 2B |
| Octal | 254 | 206 | 55 | 0 | 26 | 112 | 41 | 52 | 73 | 53 |
| Binary | 10101100 | 10000110 | 101101 | 0 | 10110 | 1001010 | 100001 | 101010 | 111011 | 101011 |
Color Harmonies of #AC862D
Complementary color
Monochromatic Colors of #AC862D
Black with #AC862D
Text Example
Text Example
White with #AC862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC862D; }
p { color: rgb(172,134,45); }
H1.HeaderClassName
{
color: #AC862D;
}
.AnyTagClassName
{
color: #AC862D;
}
</style>
background-color css
<style>
a { background-color: #AC862D; }
a { background-color: rgb(172,134,45); }
div.DivClassName
{
background-color: #AC862D;
}
.BgClassName
{
background-color: #AC862D;
}
</style>
border-color css
<style>
span { border-color: #AC862D; }
span { border-color: rgb(172,134,45); }
td.TdClassName
{
border-color: #AC862D;
}
.TagClassName
{
border-color: #AC862D;
}
</style>