Shades of Reef Gold #AE8F34
Tints of Reef Gold #AE8F34
RGB
CMYK
RGB Variations
Color information
#AE8F34 (or 0xAE8F34) is known color: Reef Gold. HEX triplet: AE, 8F and 34. RGB value is (174,143,52). Sum of RGB (Red+Green+Blue) = 174+143+52=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F34 is #5170CB. Grayscale: #8E8E8E. Windows color (decimal): -5337292 or 3444654. OLE color: 3444654.
HSL color Cylindrical-coordinate representation of color #AE8F34: hue angle of 44.75º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE8F34 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 52 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.32 |
| HSL | 44.75º | 0.54% | 0.44% | - |
| HSV(B) | 44.75º | 0.7% | 0.68% | - |
| XYZ | 27.9 | 28.89 | 7.36 | - |
| YUV | 141.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 52 | 0 | 0.18 | 0.70 | 0.32 | 44.75 | 0.54 | 0.44 |
| Hex | AE | 8F | 34 | 0 | 12 | 46 | 20 | 2D | 36 | 2C |
| Octal | 256 | 217 | 64 | 0 | 22 | 106 | 40 | 55 | 66 | 54 |
| Binary | 10101110 | 10001111 | 110100 | 0 | 10010 | 1000110 | 100000 | 101101 | 110110 | 101100 |
Color Harmonies of #AE8F34
Complementary color
Monochromatic Colors of #AE8F34
Black with #AE8F34
Text Example
Text Example
White with #AE8F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F34; }
p { color: rgb(174,143,52); }
H1.HeaderClassName
{
color: #AE8F34;
}
.AnyTagClassName
{
color: #AE8F34;
}
</style>
background-color css
<style>
a { background-color: #AE8F34; }
a { background-color: rgb(174,143,52); }
div.DivClassName
{
background-color: #AE8F34;
}
.BgClassName
{
background-color: #AE8F34;
}
</style>
border-color css
<style>
span { border-color: #AE8F34; }
span { border-color: rgb(174,143,52); }
td.TdClassName
{
border-color: #AE8F34;
}
.TagClassName
{
border-color: #AE8F34;
}
</style>