Shades of Reef Gold #AE8F37
Tints of Reef Gold #AE8F37
RGB
CMYK
RGB Variations
Color information
#AE8F37 (or 0xAE8F37) is known color: Reef Gold. HEX triplet: AE, 8F and 37. RGB value is (174,143,55). Sum of RGB (Red+Green+Blue) = 174+143+55=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F37 is #5170C8. Grayscale: #8E8E8E. Windows color (decimal): -5337289 or 3641262. OLE color: 3641262.
HSL color Cylindrical-coordinate representation of color #AE8F37: hue angle of 44.37º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE8F37 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 55 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.32 |
| HSL | 44.37º | 0.52% | 0.45% | - |
| HSV(B) | 44.37º | 0.68% | 0.68% | - |
| XYZ | 27.97 | 28.92 | 7.72 | - |
| YUV | 142.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 55 | 0 | 0.18 | 0.68 | 0.32 | 44.37 | 0.52 | 0.45 |
| Hex | AE | 8F | 37 | 0 | 12 | 44 | 20 | 2C | 34 | 2D |
| Octal | 256 | 217 | 67 | 0 | 22 | 104 | 40 | 54 | 64 | 55 |
| Binary | 10101110 | 10001111 | 110111 | 0 | 10010 | 1000100 | 100000 | 101100 | 110100 | 101101 |
Color Harmonies of #AE8F37
Complementary color
Monochromatic Colors of #AE8F37
Black with #AE8F37
Text Example
Text Example
White with #AE8F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F37; }
p { color: rgb(174,143,55); }
H1.HeaderClassName
{
color: #AE8F37;
}
.AnyTagClassName
{
color: #AE8F37;
}
</style>
background-color css
<style>
a { background-color: #AE8F37; }
a { background-color: rgb(174,143,55); }
div.DivClassName
{
background-color: #AE8F37;
}
.BgClassName
{
background-color: #AE8F37;
}
</style>
border-color css
<style>
span { border-color: #AE8F37; }
span { border-color: rgb(174,143,55); }
td.TdClassName
{
border-color: #AE8F37;
}
.TagClassName
{
border-color: #AE8F37;
}
</style>