Shades of Reef Gold #AC8D34
Tints of Reef Gold #AC8D34
RGB
CMYK
RGB Variations
Color information
#AC8D34 (or 0xAC8D34) is known color: Reef Gold. HEX triplet: AC, 8D and 34. RGB value is (172,141,52). Sum of RGB (Red+Green+Blue) = 172+141+52=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D34 is #5372CB. Grayscale: #8C8C8C. Windows color (decimal): -5468876 or 3444140. OLE color: 3444140.
HSL color Cylindrical-coordinate representation of color #AC8D34: hue angle of 44.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC8D34 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 52 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.33 |
| HSL | 44.5º | 0.54% | 0.44% | - |
| HSV(B) | 44.5º | 0.7% | 0.67% | - |
| XYZ | 27.16 | 28.07 | 7.24 | - |
| YUV | 140.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 52 | 0 | 0.18 | 0.70 | 0.33 | 44.5 | 0.54 | 0.44 |
| Hex | AC | 8D | 34 | 0 | 12 | 46 | 21 | 2C | 36 | 2C |
| Octal | 254 | 215 | 64 | 0 | 22 | 106 | 41 | 54 | 66 | 54 |
| Binary | 10101100 | 10001101 | 110100 | 0 | 10010 | 1000110 | 100001 | 101100 | 110110 | 101100 |
Color Harmonies of #AC8D34
Complementary color
Monochromatic Colors of #AC8D34
Black with #AC8D34
Text Example
Text Example
White with #AC8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D34; }
p { color: rgb(172,141,52); }
H1.HeaderClassName
{
color: #AC8D34;
}
.AnyTagClassName
{
color: #AC8D34;
}
</style>
background-color css
<style>
a { background-color: #AC8D34; }
a { background-color: rgb(172,141,52); }
div.DivClassName
{
background-color: #AC8D34;
}
.BgClassName
{
background-color: #AC8D34;
}
</style>
border-color css
<style>
span { border-color: #AC8D34; }
span { border-color: rgb(172,141,52); }
td.TdClassName
{
border-color: #AC8D34;
}
.TagClassName
{
border-color: #AC8D34;
}
</style>