Shades of Reef Gold #AC9233
Tints of Reef Gold #AC9233
RGB
CMYK
RGB Variations
Color information
#AC9233 (or 0xAC9233) is known color: Reef Gold. HEX triplet: AC, 92 and 33. RGB value is (172,146,51). Sum of RGB (Red+Green+Blue) = 172+146+51=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9233 is #536DCC. Grayscale: #8F8F8F. Windows color (decimal): -5467597 or 3379884. OLE color: 3379884.
HSL color Cylindrical-coordinate representation of color #AC9233: hue angle of 47.11º 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 #AC9233 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 51 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.33 |
| HSL | 47.11º | 0.54% | 0.44% | - |
| HSV(B) | 47.11º | 0.7% | 0.67% | - |
| XYZ | 27.89 | 29.57 | 7.37 | - |
| YUV | 142.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 51 | 0 | 0.15 | 0.70 | 0.33 | 47.11 | 0.54 | 0.44 |
| Hex | AC | 92 | 33 | 0 | F | 46 | 21 | 2F | 36 | 2C |
| Octal | 254 | 222 | 63 | 0 | 17 | 106 | 41 | 57 | 66 | 54 |
| Binary | 10101100 | 10010010 | 110011 | 0 | 1111 | 1000110 | 100001 | 101111 | 110110 | 101100 |
Color Harmonies of #AC9233
Complementary color
Monochromatic Colors of #AC9233
Black with #AC9233
Text Example
Text Example
White with #AC9233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9233; }
p { color: rgb(172,146,51); }
H1.HeaderClassName
{
color: #AC9233;
}
.AnyTagClassName
{
color: #AC9233;
}
</style>
background-color css
<style>
a { background-color: #AC9233; }
a { background-color: rgb(172,146,51); }
div.DivClassName
{
background-color: #AC9233;
}
.BgClassName
{
background-color: #AC9233;
}
</style>
border-color css
<style>
span { border-color: #AC9233; }
span { border-color: rgb(172,146,51); }
td.TdClassName
{
border-color: #AC9233;
}
.TagClassName
{
border-color: #AC9233;
}
</style>