Shades of Reef Gold #AE8C34
Tints of Reef Gold #AE8C34
RGB
CMYK
RGB Variations
Color information
#AE8C34 (or 0xAE8C34) is known color: Reef Gold. HEX triplet: AE, 8C and 34. RGB value is (174,140,52). Sum of RGB (Red+Green+Blue) = 174+140+52=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C34 is #5173CB. Grayscale: #8C8C8C. Windows color (decimal): -5338060 or 3443886. OLE color: 3443886.
HSL color Cylindrical-coordinate representation of color #AE8C34: hue angle of 43.28º 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 #AE8C34 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 52 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.32 |
| HSL | 43.28º | 0.54% | 0.44% | - |
| HSV(B) | 43.28º | 0.7% | 0.68% | - |
| XYZ | 27.45 | 28 | 7.21 | - |
| YUV | 140.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 52 | 0 | 0.20 | 0.70 | 0.32 | 43.28 | 0.54 | 0.44 |
| Hex | AE | 8C | 34 | 0 | 14 | 46 | 20 | 2B | 36 | 2C |
| Octal | 256 | 214 | 64 | 0 | 24 | 106 | 40 | 53 | 66 | 54 |
| Binary | 10101110 | 10001100 | 110100 | 0 | 10100 | 1000110 | 100000 | 101011 | 110110 | 101100 |
Color Harmonies of #AE8C34
Complementary color
Monochromatic Colors of #AE8C34
Black with #AE8C34
Text Example
Text Example
White with #AE8C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C34; }
p { color: rgb(174,140,52); }
H1.HeaderClassName
{
color: #AE8C34;
}
.AnyTagClassName
{
color: #AE8C34;
}
</style>
background-color css
<style>
a { background-color: #AE8C34; }
a { background-color: rgb(174,140,52); }
div.DivClassName
{
background-color: #AE8C34;
}
.BgClassName
{
background-color: #AE8C34;
}
</style>
border-color css
<style>
span { border-color: #AE8C34; }
span { border-color: rgb(174,140,52); }
td.TdClassName
{
border-color: #AE8C34;
}
.TagClassName
{
border-color: #AE8C34;
}
</style>