Shades of Reef Gold #AC892D
Tints of Reef Gold #AC892D
RGB
CMYK
RGB Variations
Color information
#AC892D (or 0xAC892D) is known color: Reef Gold. HEX triplet: AC, 89 and 2D. RGB value is (172,137,45). Sum of RGB (Red+Green+Blue) = 172+137+45=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC892D is #5376D2. Grayscale: #898989. Windows color (decimal): -5469907 or 2984364. OLE color: 2984364.
HSL color Cylindrical-coordinate representation of color #AC892D: hue angle of 43.46º 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 #AC892D is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 45 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.33 |
| HSL | 43.46º | 0.59% | 0.43% | - |
| HSV(B) | 43.46º | 0.74% | 0.67% | - |
| XYZ | 26.43 | 26.85 | 6.27 | - |
| YUV | 136.98 | 76.1 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 45 | 0 | 0.20 | 0.74 | 0.33 | 43.46 | 0.59 | 0.43 |
| Hex | AC | 89 | 2D | 0 | 14 | 4A | 21 | 2B | 3B | 2B |
| Octal | 254 | 211 | 55 | 0 | 24 | 112 | 41 | 53 | 73 | 53 |
| Binary | 10101100 | 10001001 | 101101 | 0 | 10100 | 1001010 | 100001 | 101011 | 111011 | 101011 |
Color Harmonies of #AC892D
Complementary color
Monochromatic Colors of #AC892D
Black with #AC892D
Text Example
Text Example
White with #AC892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC892D; }
p { color: rgb(172,137,45); }
H1.HeaderClassName
{
color: #AC892D;
}
.AnyTagClassName
{
color: #AC892D;
}
</style>
background-color css
<style>
a { background-color: #AC892D; }
a { background-color: rgb(172,137,45); }
div.DivClassName
{
background-color: #AC892D;
}
.BgClassName
{
background-color: #AC892D;
}
</style>
border-color css
<style>
span { border-color: #AC892D; }
span { border-color: rgb(172,137,45); }
td.TdClassName
{
border-color: #AC892D;
}
.TagClassName
{
border-color: #AC892D;
}
</style>