Shades of Reef Gold #AC912E
Tints of Reef Gold #AC912E
RGB
CMYK
RGB Variations
Color information
#AC912E (or 0xAC912E) is known color: Reef Gold. HEX triplet: AC, 91 and 2E. RGB value is (172,145,46). Sum of RGB (Red+Green+Blue) = 172+145+46=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC912E is #536ED1. Grayscale: #8E8E8E. Windows color (decimal): -5467858 or 3051948. OLE color: 3051948.
HSL color Cylindrical-coordinate representation of color #AC912E: hue angle of 47.14º degrees, saturation: 0.58, 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 #AC912E is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 46 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.33 |
| HSL | 47.14º | 0.58% | 0.43% | - |
| HSV(B) | 47.14º | 0.73% | 0.67% | - |
| XYZ | 27.63 | 29.22 | 6.77 | - |
| YUV | 141.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 46 | 0 | 0.16 | 0.73 | 0.33 | 47.14 | 0.58 | 0.43 |
| Hex | AC | 91 | 2E | 0 | 10 | 49 | 21 | 2F | 3A | 2B |
| Octal | 254 | 221 | 56 | 0 | 20 | 111 | 41 | 57 | 72 | 53 |
| Binary | 10101100 | 10010001 | 101110 | 0 | 10000 | 1001001 | 100001 | 101111 | 111010 | 101011 |
Color Harmonies of #AC912E
Complementary color
Monochromatic Colors of #AC912E
Black with #AC912E
Text Example
Text Example
White with #AC912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC912E; }
p { color: rgb(172,145,46); }
H1.HeaderClassName
{
color: #AC912E;
}
.AnyTagClassName
{
color: #AC912E;
}
</style>
background-color css
<style>
a { background-color: #AC912E; }
a { background-color: rgb(172,145,46); }
div.DivClassName
{
background-color: #AC912E;
}
.BgClassName
{
background-color: #AC912E;
}
</style>
border-color css
<style>
span { border-color: #AC912E; }
span { border-color: rgb(172,145,46); }
td.TdClassName
{
border-color: #AC912E;
}
.TagClassName
{
border-color: #AC912E;
}
</style>