Shades of Reef Gold #AE8C31
Tints of Reef Gold #AE8C31
RGB
CMYK
RGB Variations
Color information
#AE8C31 (or 0xAE8C31) is known color: Reef Gold. HEX triplet: AE, 8C and 31. RGB value is (174,140,49). Sum of RGB (Red+Green+Blue) = 174+140+49=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C31 is #5173CE. Grayscale: #8C8C8C. Windows color (decimal): -5338063 or 3247278. OLE color: 3247278.
HSL color Cylindrical-coordinate representation of color #AE8C31: hue angle of 43.68º 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 #AE8C31 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 49 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.32 |
| HSL | 43.68º | 0.56% | 0.44% | - |
| HSV(B) | 43.68º | 0.72% | 0.68% | - |
| XYZ | 27.39 | 27.98 | 6.86 | - |
| YUV | 139.79 | 76.76 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 49 | 0 | 0.20 | 0.72 | 0.32 | 43.68 | 0.56 | 0.44 |
| Hex | AE | 8C | 31 | 0 | 14 | 48 | 20 | 2C | 38 | 2C |
| Octal | 256 | 214 | 61 | 0 | 24 | 110 | 40 | 54 | 70 | 54 |
| Binary | 10101110 | 10001100 | 110001 | 0 | 10100 | 1001000 | 100000 | 101100 | 111000 | 101100 |
Color Harmonies of #AE8C31
Complementary color
Monochromatic Colors of #AE8C31
Black with #AE8C31
Text Example
Text Example
White with #AE8C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C31; }
p { color: rgb(174,140,49); }
H1.HeaderClassName
{
color: #AE8C31;
}
.AnyTagClassName
{
color: #AE8C31;
}
</style>
background-color css
<style>
a { background-color: #AE8C31; }
a { background-color: rgb(174,140,49); }
div.DivClassName
{
background-color: #AE8C31;
}
.BgClassName
{
background-color: #AE8C31;
}
</style>
border-color css
<style>
span { border-color: #AE8C31; }
span { border-color: rgb(174,140,49); }
td.TdClassName
{
border-color: #AE8C31;
}
.TagClassName
{
border-color: #AE8C31;
}
</style>