Shades of Reef Gold #AE8C2C
Tints of Reef Gold #AE8C2C
RGB
CMYK
RGB Variations
Color information
#AE8C2C (or 0xAE8C2C) is known color: Reef Gold. HEX triplet: AE, 8C and 2C. RGB value is (174,140,44). Sum of RGB (Red+Green+Blue) = 174+140+44=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C2C is #5173D3. Grayscale: #8B8B8B. Windows color (decimal): -5338068 or 2919598. OLE color: 2919598.
HSL color Cylindrical-coordinate representation of color #AE8C2C: hue angle of 44.31º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE8C2C is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 44 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.32 |
| HSL | 44.31º | 0.6% | 0.43% | - |
| HSV(B) | 44.31º | 0.75% | 0.68% | - |
| XYZ | 27.29 | 27.94 | 6.34 | - |
| YUV | 139.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 44 | 0 | 0.20 | 0.75 | 0.32 | 44.31 | 0.6 | 0.43 |
| Hex | AE | 8C | 2C | 0 | 14 | 4B | 20 | 2C | 3C | 2B |
| Octal | 256 | 214 | 54 | 0 | 24 | 113 | 40 | 54 | 74 | 53 |
| Binary | 10101110 | 10001100 | 101100 | 0 | 10100 | 1001011 | 100000 | 101100 | 111100 | 101011 |
Color Harmonies of #AE8C2C
Complementary color
Monochromatic Colors of #AE8C2C
Black with #AE8C2C
Text Example
Text Example
White with #AE8C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C2C; }
p { color: rgb(174,140,44); }
H1.HeaderClassName
{
color: #AE8C2C;
}
.AnyTagClassName
{
color: #AE8C2C;
}
</style>
background-color css
<style>
a { background-color: #AE8C2C; }
a { background-color: rgb(174,140,44); }
div.DivClassName
{
background-color: #AE8C2C;
}
.BgClassName
{
background-color: #AE8C2C;
}
</style>
border-color css
<style>
span { border-color: #AE8C2C; }
span { border-color: rgb(174,140,44); }
td.TdClassName
{
border-color: #AE8C2C;
}
.TagClassName
{
border-color: #AE8C2C;
}
</style>