Shades of Reef Gold #AE8D34
Tints of Reef Gold #AE8D34
RGB
CMYK
RGB Variations
Color information
#AE8D34 (or 0xAE8D34) is known color: Reef Gold. HEX triplet: AE, 8D and 34. RGB value is (174,141,52). Sum of RGB (Red+Green+Blue) = 174+141+52=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D34 is #5172CB. Grayscale: #8D8D8D. Windows color (decimal): -5337804 or 3444142. OLE color: 3444142.
HSL color Cylindrical-coordinate representation of color #AE8D34: hue angle of 43.77º 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 #AE8D34 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 141 | 52 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.32 |
| HSL | 43.77º | 0.54% | 0.44% | - |
| HSV(B) | 43.77º | 0.7% | 0.68% | - |
| XYZ | 27.6 | 28.3 | 7.26 | - |
| YUV | 140.72 | 77.93 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 141 | 52 | 0 | 0.19 | 0.70 | 0.32 | 43.77 | 0.54 | 0.44 |
| Hex | AE | 8D | 34 | 0 | 13 | 46 | 20 | 2C | 36 | 2C |
| Octal | 256 | 215 | 64 | 0 | 23 | 106 | 40 | 54 | 66 | 54 |
| Binary | 10101110 | 10001101 | 110100 | 0 | 10011 | 1000110 | 100000 | 101100 | 110110 | 101100 |
Color Harmonies of #AE8D34
Complementary color
Monochromatic Colors of #AE8D34
Black with #AE8D34
Text Example
Text Example
White with #AE8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8D34; }
p { color: rgb(174,141,52); }
H1.HeaderClassName
{
color: #AE8D34;
}
.AnyTagClassName
{
color: #AE8D34;
}
</style>
background-color css
<style>
a { background-color: #AE8D34; }
a { background-color: rgb(174,141,52); }
div.DivClassName
{
background-color: #AE8D34;
}
.BgClassName
{
background-color: #AE8D34;
}
</style>
border-color css
<style>
span { border-color: #AE8D34; }
span { border-color: rgb(174,141,52); }
td.TdClassName
{
border-color: #AE8D34;
}
.TagClassName
{
border-color: #AE8D34;
}
</style>