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