Shades of Reef Gold #AC962F
Tints of Reef Gold #AC962F
RGB
CMYK
RGB Variations
Color information
#AC962F (or 0xAC962F) is known color: Reef Gold. HEX triplet: AC, 96 and 2F. RGB value is (172,150,47). Sum of RGB (Red+Green+Blue) = 172+150+47=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC962F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC962F is #5369D0. Grayscale: #919191. Windows color (decimal): -5466577 or 3118764. OLE color: 3118764.
HSL color Cylindrical-coordinate representation of color #AC962F: hue angle of 49.44º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC962F is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 47 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.33 |
| HSL | 49.44º | 0.57% | 0.43% | - |
| HSV(B) | 49.44º | 0.73% | 0.67% | - |
| XYZ | 28.43 | 30.79 | 7.13 | - |
| YUV | 144.84 | 72.79 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 47 | 0 | 0.13 | 0.73 | 0.33 | 49.44 | 0.57 | 0.43 |
| Hex | AC | 96 | 2F | 0 | D | 49 | 21 | 31 | 39 | 2B |
| Octal | 254 | 226 | 57 | 0 | 15 | 111 | 41 | 61 | 71 | 53 |
| Binary | 10101100 | 10010110 | 101111 | 0 | 1101 | 1001001 | 100001 | 110001 | 111001 | 101011 |
Color Harmonies of #AC962F
Complementary color
Monochromatic Colors of #AC962F
Black with #AC962F
Text Example
Text Example
White with #AC962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC962F; }
p { color: rgb(172,150,47); }
H1.HeaderClassName
{
color: #AC962F;
}
.AnyTagClassName
{
color: #AC962F;
}
</style>
background-color css
<style>
a { background-color: #AC962F; }
a { background-color: rgb(172,150,47); }
div.DivClassName
{
background-color: #AC962F;
}
.BgClassName
{
background-color: #AC962F;
}
</style>
border-color css
<style>
span { border-color: #AC962F; }
span { border-color: rgb(172,150,47); }
td.TdClassName
{
border-color: #AC962F;
}
.TagClassName
{
border-color: #AC962F;
}
</style>