Shades of Reef Gold #AE8F31
Tints of Reef Gold #AE8F31
RGB
CMYK
RGB Variations
Color information
#AE8F31 (or 0xAE8F31) is known color: Reef Gold. HEX triplet: AE, 8F and 31. RGB value is (174,143,49). Sum of RGB (Red+Green+Blue) = 174+143+49=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F31 is #5170CE. Grayscale: #8D8D8D. Windows color (decimal): -5337295 or 3248046. OLE color: 3248046.
HSL color Cylindrical-coordinate representation of color #AE8F31: hue angle of 45.12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE8F31 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 49 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.32 |
| HSL | 45.12º | 0.56% | 0.44% | - |
| HSV(B) | 45.12º | 0.72% | 0.68% | - |
| XYZ | 27.83 | 28.87 | 7.01 | - |
| YUV | 141.55 | 75.77 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 49 | 0 | 0.18 | 0.72 | 0.32 | 45.12 | 0.56 | 0.44 |
| Hex | AE | 8F | 31 | 0 | 12 | 48 | 20 | 2D | 38 | 2C |
| Octal | 256 | 217 | 61 | 0 | 22 | 110 | 40 | 55 | 70 | 54 |
| Binary | 10101110 | 10001111 | 110001 | 0 | 10010 | 1001000 | 100000 | 101101 | 111000 | 101100 |
Color Harmonies of #AE8F31
Complementary color
Monochromatic Colors of #AE8F31
Black with #AE8F31
Text Example
Text Example
White with #AE8F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F31; }
p { color: rgb(174,143,49); }
H1.HeaderClassName
{
color: #AE8F31;
}
.AnyTagClassName
{
color: #AE8F31;
}
</style>
background-color css
<style>
a { background-color: #AE8F31; }
a { background-color: rgb(174,143,49); }
div.DivClassName
{
background-color: #AE8F31;
}
.BgClassName
{
background-color: #AE8F31;
}
</style>
border-color css
<style>
span { border-color: #AE8F31; }
span { border-color: rgb(174,143,49); }
td.TdClassName
{
border-color: #AE8F31;
}
.TagClassName
{
border-color: #AE8F31;
}
</style>