Shades of Reef Gold #AE9131
Tints of Reef Gold #AE9131
RGB
CMYK
RGB Variations
Color information
#AE9131 (or 0xAE9131) is known color: Reef Gold. HEX triplet: AE, 91 and 31. RGB value is (174,145,49). Sum of RGB (Red+Green+Blue) = 174+145+49=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9131 is #516ECE. Grayscale: #8F8F8F. Windows color (decimal): -5336783 or 3248558. OLE color: 3248558.
HSL color Cylindrical-coordinate representation of color #AE9131: hue angle of 46.08º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE9131 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 49 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.32 |
| HSL | 46.08º | 0.56% | 0.44% | - |
| HSV(B) | 46.08º | 0.72% | 0.68% | - |
| XYZ | 28.14 | 29.47 | 7.11 | - |
| YUV | 142.73 | 75.11 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 49 | 0 | 0.17 | 0.72 | 0.32 | 46.08 | 0.56 | 0.44 |
| Hex | AE | 91 | 31 | 0 | 11 | 48 | 20 | 2E | 38 | 2C |
| Octal | 256 | 221 | 61 | 0 | 21 | 110 | 40 | 56 | 70 | 54 |
| Binary | 10101110 | 10010001 | 110001 | 0 | 10001 | 1001000 | 100000 | 101110 | 111000 | 101100 |
Color Harmonies of #AE9131
Complementary color
Monochromatic Colors of #AE9131
Black with #AE9131
Text Example
Text Example
White with #AE9131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9131; }
p { color: rgb(174,145,49); }
H1.HeaderClassName
{
color: #AE9131;
}
.AnyTagClassName
{
color: #AE9131;
}
</style>
background-color css
<style>
a { background-color: #AE9131; }
a { background-color: rgb(174,145,49); }
div.DivClassName
{
background-color: #AE9131;
}
.BgClassName
{
background-color: #AE9131;
}
</style>
border-color css
<style>
span { border-color: #AE9131; }
span { border-color: rgb(174,145,49); }
td.TdClassName
{
border-color: #AE9131;
}
.TagClassName
{
border-color: #AE9131;
}
</style>