Shades of Reef Gold #AE912C
Tints of Reef Gold #AE912C
RGB
CMYK
RGB Variations
Color information
#AE912C (or 0xAE912C) is known color: Reef Gold. HEX triplet: AE, 91 and 2C. RGB value is (174,145,44). Sum of RGB (Red+Green+Blue) = 174+145+44=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE912C is #516ED3. Grayscale: #8E8E8E. Windows color (decimal): -5336788 or 2920878. OLE color: 2920878.
HSL color Cylindrical-coordinate representation of color #AE912C: hue angle of 46.62º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE912C is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 44 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.32 |
| HSL | 46.62º | 0.6% | 0.43% | - |
| HSV(B) | 46.62º | 0.75% | 0.68% | - |
| XYZ | 28.04 | 29.43 | 6.59 | - |
| YUV | 142.16 | 72.61 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 44 | 0 | 0.17 | 0.75 | 0.32 | 46.62 | 0.6 | 0.43 |
| Hex | AE | 91 | 2C | 0 | 11 | 4B | 20 | 2F | 3C | 2B |
| Octal | 256 | 221 | 54 | 0 | 21 | 113 | 40 | 57 | 74 | 53 |
| Binary | 10101110 | 10010001 | 101100 | 0 | 10001 | 1001011 | 100000 | 101111 | 111100 | 101011 |
Color Harmonies of #AE912C
Complementary color
Monochromatic Colors of #AE912C
Black with #AE912C
Text Example
Text Example
White with #AE912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE912C; }
p { color: rgb(174,145,44); }
H1.HeaderClassName
{
color: #AE912C;
}
.AnyTagClassName
{
color: #AE912C;
}
</style>
background-color css
<style>
a { background-color: #AE912C; }
a { background-color: rgb(174,145,44); }
div.DivClassName
{
background-color: #AE912C;
}
.BgClassName
{
background-color: #AE912C;
}
</style>
border-color css
<style>
span { border-color: #AE912C; }
span { border-color: rgb(174,145,44); }
td.TdClassName
{
border-color: #AE912C;
}
.TagClassName
{
border-color: #AE912C;
}
</style>