Shades of Reef Gold #AC9C34
Tints of Reef Gold #AC9C34
RGB
CMYK
RGB Variations
Color information
#AC9C34 (or 0xAC9C34) is known color: Reef Gold. HEX triplet: AC, 9C and 34. RGB value is (172,156,52). Sum of RGB (Red+Green+Blue) = 172+156+52=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C34 is #5363CB. Grayscale: #959595. Windows color (decimal): -5465036 or 3447980. OLE color: 3447980.
HSL color Cylindrical-coordinate representation of color #AC9C34: hue angle of 52º 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 #AC9C34 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 52 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.33 |
| HSL | 52º | 0.54% | 0.44% | - |
| HSV(B) | 52º | 0.7% | 0.67% | - |
| XYZ | 29.52 | 32.8 | 8.02 | - |
| YUV | 148.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 52 | 0 | 0.09 | 0.70 | 0.33 | 52 | 0.54 | 0.44 |
| Hex | AC | 9C | 34 | 0 | 9 | 46 | 21 | 34 | 36 | 2C |
| Octal | 254 | 234 | 64 | 0 | 11 | 106 | 41 | 64 | 66 | 54 |
| Binary | 10101100 | 10011100 | 110100 | 0 | 1001 | 1000110 | 100001 | 110100 | 110110 | 101100 |
Color Harmonies of #AC9C34
Complementary color
Monochromatic Colors of #AC9C34
Black with #AC9C34
Text Example
Text Example
White with #AC9C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C34; }
p { color: rgb(172,156,52); }
H1.HeaderClassName
{
color: #AC9C34;
}
.AnyTagClassName
{
color: #AC9C34;
}
</style>
background-color css
<style>
a { background-color: #AC9C34; }
a { background-color: rgb(172,156,52); }
div.DivClassName
{
background-color: #AC9C34;
}
.BgClassName
{
background-color: #AC9C34;
}
</style>
border-color css
<style>
span { border-color: #AC9C34; }
span { border-color: rgb(172,156,52); }
td.TdClassName
{
border-color: #AC9C34;
}
.TagClassName
{
border-color: #AC9C34;
}
</style>