Shades of Reef Gold #AC9639
Tints of Reef Gold #AC9639
RGB
CMYK
RGB Variations
Color information
#AC9639 (or 0xAC9639) is known color: Reef Gold. HEX triplet: AC, 96 and 39. RGB value is (172,150,57). Sum of RGB (Red+Green+Blue) = 172+150+57=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9639 is #5369C6. Grayscale: #929292. Windows color (decimal): -5466567 or 3774124. OLE color: 3774124.
HSL color Cylindrical-coordinate representation of color #AC9639: hue angle of 48.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC9639 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 57 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.33 |
| HSL | 48.52º | 0.5% | 0.45% | - |
| HSV(B) | 48.52º | 0.67% | 0.67% | - |
| XYZ | 28.66 | 30.88 | 8.32 | - |
| YUV | 145.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 57 | 0 | 0.13 | 0.67 | 0.33 | 48.52 | 0.5 | 0.45 |
| Hex | AC | 96 | 39 | 0 | D | 43 | 21 | 31 | 32 | 2D |
| Octal | 254 | 226 | 71 | 0 | 15 | 103 | 41 | 61 | 62 | 55 |
| Binary | 10101100 | 10010110 | 111001 | 0 | 1101 | 1000011 | 100001 | 110001 | 110010 | 101101 |
Color Harmonies of #AC9639
Complementary color
Monochromatic Colors of #AC9639
Black with #AC9639
Text Example
Text Example
White with #AC9639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9639; }
p { color: rgb(172,150,57); }
H1.HeaderClassName
{
color: #AC9639;
}
.AnyTagClassName
{
color: #AC9639;
}
</style>
background-color css
<style>
a { background-color: #AC9639; }
a { background-color: rgb(172,150,57); }
div.DivClassName
{
background-color: #AC9639;
}
.BgClassName
{
background-color: #AC9639;
}
</style>
border-color css
<style>
span { border-color: #AC9639; }
span { border-color: rgb(172,150,57); }
td.TdClassName
{
border-color: #AC9639;
}
.TagClassName
{
border-color: #AC9639;
}
</style>