Shades of Reef Gold #AE862E
Tints of Reef Gold #AE862E
RGB
CMYK
RGB Variations
Color information
#AE862E (or 0xAE862E) is known color: Reef Gold. HEX triplet: AE, 86 and 2E. RGB value is (174,134,46). Sum of RGB (Red+Green+Blue) = 174+134+46=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE862E is #5179D1. Grayscale: #888888. Windows color (decimal): -5339602 or 3049134. OLE color: 3049134.
HSL color Cylindrical-coordinate representation of color #AE862E: hue angle of 41.25º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE862E is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 46 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.32 |
| HSL | 41.25º | 0.58% | 0.43% | - |
| HSV(B) | 41.25º | 0.74% | 0.68% | - |
| XYZ | 26.47 | 26.25 | 6.26 | - |
| YUV | 135.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 46 | 0 | 0.23 | 0.74 | 0.32 | 41.25 | 0.58 | 0.43 |
| Hex | AE | 86 | 2E | 0 | 17 | 4A | 20 | 29 | 3A | 2B |
| Octal | 256 | 206 | 56 | 0 | 27 | 112 | 40 | 51 | 72 | 53 |
| Binary | 10101110 | 10000110 | 101110 | 0 | 10111 | 1001010 | 100000 | 101001 | 111010 | 101011 |
Color Harmonies of #AE862E
Complementary color
Monochromatic Colors of #AE862E
Black with #AE862E
Text Example
Text Example
White with #AE862E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE862E; }
p { color: rgb(174,134,46); }
H1.HeaderClassName
{
color: #AE862E;
}
.AnyTagClassName
{
color: #AE862E;
}
</style>
background-color css
<style>
a { background-color: #AE862E; }
a { background-color: rgb(174,134,46); }
div.DivClassName
{
background-color: #AE862E;
}
.BgClassName
{
background-color: #AE862E;
}
</style>
border-color css
<style>
span { border-color: #AE862E; }
span { border-color: rgb(174,134,46); }
td.TdClassName
{
border-color: #AE862E;
}
.TagClassName
{
border-color: #AE862E;
}
</style>