Shades of Reef Gold #AC9237
Tints of Reef Gold #AC9237
RGB
CMYK
RGB Variations
Color information
#AC9237 (or 0xAC9237) is known color: Reef Gold. HEX triplet: AC, 92 and 37. RGB value is (172,146,55). Sum of RGB (Red+Green+Blue) = 172+146+55=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9237 is #536DC8. Grayscale: #8F8F8F. Windows color (decimal): -5467593 or 3642028. OLE color: 3642028.
HSL color Cylindrical-coordinate representation of color #AC9237: hue angle of 46.67º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC9237 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 55 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.33 |
| HSL | 46.67º | 0.52% | 0.45% | - |
| HSV(B) | 46.67º | 0.68% | 0.67% | - |
| XYZ | 27.98 | 29.6 | 7.85 | - |
| YUV | 143.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 55 | 0 | 0.15 | 0.68 | 0.33 | 46.67 | 0.52 | 0.45 |
| Hex | AC | 92 | 37 | 0 | F | 44 | 21 | 2F | 34 | 2D |
| Octal | 254 | 222 | 67 | 0 | 17 | 104 | 41 | 57 | 64 | 55 |
| Binary | 10101100 | 10010010 | 110111 | 0 | 1111 | 1000100 | 100001 | 101111 | 110100 | 101101 |
Color Harmonies of #AC9237
Complementary color
Monochromatic Colors of #AC9237
Black with #AC9237
Text Example
Text Example
White with #AC9237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9237; }
p { color: rgb(172,146,55); }
H1.HeaderClassName
{
color: #AC9237;
}
.AnyTagClassName
{
color: #AC9237;
}
</style>
background-color css
<style>
a { background-color: #AC9237; }
a { background-color: rgb(172,146,55); }
div.DivClassName
{
background-color: #AC9237;
}
.BgClassName
{
background-color: #AC9237;
}
</style>
border-color css
<style>
span { border-color: #AC9237; }
span { border-color: rgb(172,146,55); }
td.TdClassName
{
border-color: #AC9237;
}
.TagClassName
{
border-color: #AC9237;
}
</style>