Shades of Reef Gold #AE9136
Tints of Reef Gold #AE9136
RGB
CMYK
RGB Variations
Color information
#AE9136 (or 0xAE9136) is known color: Reef Gold. HEX triplet: AE, 91 and 36. RGB value is (174,145,54). Sum of RGB (Red+Green+Blue) = 174+145+54=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9136 is #516EC9. Grayscale: #8F8F8F. Windows color (decimal): -5336778 or 3576238. OLE color: 3576238.
HSL color Cylindrical-coordinate representation of color #AE9136: hue angle of 45.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE9136 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 54 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.32 |
| HSL | 45.5º | 0.53% | 0.45% | - |
| HSV(B) | 45.5º | 0.69% | 0.68% | - |
| XYZ | 28.25 | 29.52 | 7.7 | - |
| YUV | 143.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 54 | 0 | 0.17 | 0.69 | 0.32 | 45.5 | 0.53 | 0.45 |
| Hex | AE | 91 | 36 | 0 | 11 | 45 | 20 | 2E | 35 | 2D |
| Octal | 256 | 221 | 66 | 0 | 21 | 105 | 40 | 56 | 65 | 55 |
| Binary | 10101110 | 10010001 | 110110 | 0 | 10001 | 1000101 | 100000 | 101110 | 110101 | 101101 |
Color Harmonies of #AE9136
Complementary color
Monochromatic Colors of #AE9136
Black with #AE9136
Text Example
Text Example
White with #AE9136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9136; }
p { color: rgb(174,145,54); }
H1.HeaderClassName
{
color: #AE9136;
}
.AnyTagClassName
{
color: #AE9136;
}
</style>
background-color css
<style>
a { background-color: #AE9136; }
a { background-color: rgb(174,145,54); }
div.DivClassName
{
background-color: #AE9136;
}
.BgClassName
{
background-color: #AE9136;
}
</style>
border-color css
<style>
span { border-color: #AE9136; }
span { border-color: rgb(174,145,54); }
td.TdClassName
{
border-color: #AE9136;
}
.TagClassName
{
border-color: #AE9136;
}
</style>