Shades of Reef Gold #AC912A
Tints of Reef Gold #AC912A
RGB
CMYK
RGB Variations
Color information
#AC912A (or 0xAC912A) is known color: Reef Gold. HEX triplet: AC, 91 and 2A. RGB value is (172,145,42). Sum of RGB (Red+Green+Blue) = 172+145+42=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC912A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC912A is #536ED5. Grayscale: #8D8D8D. Windows color (decimal): -5467862 or 2789804. OLE color: 2789804.
HSL color Cylindrical-coordinate representation of color #AC912A: hue angle of 47.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC912A is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 42 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.33 |
| HSL | 47.54º | 0.61% | 0.42% | - |
| HSV(B) | 47.54º | 0.76% | 0.67% | - |
| XYZ | 27.56 | 29.19 | 6.37 | - |
| YUV | 141.33 | 71.95 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 42 | 0 | 0.16 | 0.76 | 0.33 | 47.54 | 0.61 | 0.42 |
| Hex | AC | 91 | 2A | 0 | 10 | 4C | 21 | 30 | 3D | 2A |
| Octal | 254 | 221 | 52 | 0 | 20 | 114 | 41 | 60 | 75 | 52 |
| Binary | 10101100 | 10010001 | 101010 | 0 | 10000 | 1001100 | 100001 | 110000 | 111101 | 101010 |
Color Harmonies of #AC912A
Complementary color
Monochromatic Colors of #AC912A
Black with #AC912A
Text Example
Text Example
White with #AC912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC912A; }
p { color: rgb(172,145,42); }
H1.HeaderClassName
{
color: #AC912A;
}
.AnyTagClassName
{
color: #AC912A;
}
</style>
background-color css
<style>
a { background-color: #AC912A; }
a { background-color: rgb(172,145,42); }
div.DivClassName
{
background-color: #AC912A;
}
.BgClassName
{
background-color: #AC912A;
}
</style>
border-color css
<style>
span { border-color: #AC912A; }
span { border-color: rgb(172,145,42); }
td.TdClassName
{
border-color: #AC912A;
}
.TagClassName
{
border-color: #AC912A;
}
</style>