Shades of Reef Gold #AC9633
Tints of Reef Gold #AC9633
RGB
CMYK
RGB Variations
Color information
#AC9633 (or 0xAC9633) is known color: Reef Gold. HEX triplet: AC, 96 and 33. RGB value is (172,150,51). Sum of RGB (Red+Green+Blue) = 172+150+51=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9633 is #5369CC. Grayscale: #919191. Windows color (decimal): -5466573 or 3380908. OLE color: 3380908.
HSL color Cylindrical-coordinate representation of color #AC9633: hue angle of 49.09º 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 #AC9633 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 51 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.33 |
| HSL | 49.09º | 0.54% | 0.44% | - |
| HSV(B) | 49.09º | 0.7% | 0.67% | - |
| XYZ | 28.52 | 30.82 | 7.58 | - |
| YUV | 145.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 51 | 0 | 0.13 | 0.70 | 0.33 | 49.09 | 0.54 | 0.44 |
| Hex | AC | 96 | 33 | 0 | D | 46 | 21 | 31 | 36 | 2C |
| Octal | 254 | 226 | 63 | 0 | 15 | 106 | 41 | 61 | 66 | 54 |
| Binary | 10101100 | 10010110 | 110011 | 0 | 1101 | 1000110 | 100001 | 110001 | 110110 | 101100 |
Color Harmonies of #AC9633
Complementary color
Monochromatic Colors of #AC9633
Black with #AC9633
Text Example
Text Example
White with #AC9633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9633; }
p { color: rgb(172,150,51); }
H1.HeaderClassName
{
color: #AC9633;
}
.AnyTagClassName
{
color: #AC9633;
}
</style>
background-color css
<style>
a { background-color: #AC9633; }
a { background-color: rgb(172,150,51); }
div.DivClassName
{
background-color: #AC9633;
}
.BgClassName
{
background-color: #AC9633;
}
</style>
border-color css
<style>
span { border-color: #AC9633; }
span { border-color: rgb(172,150,51); }
td.TdClassName
{
border-color: #AC9633;
}
.TagClassName
{
border-color: #AC9633;
}
</style>