Shades of Reef Gold #AE8F30
Tints of Reef Gold #AE8F30
RGB
CMYK
RGB Variations
Color information
#AE8F30 (or 0xAE8F30) is known color: Reef Gold. HEX triplet: AE, 8F and 30. RGB value is (174,143,48). Sum of RGB (Red+Green+Blue) = 174+143+48=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F30 is #5170CF. Grayscale: #8D8D8D. Windows color (decimal): -5337296 or 3182510. OLE color: 3182510.
HSL color Cylindrical-coordinate representation of color #AE8F30: hue angle of 45.24º degrees, saturation: 0.57, 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 #AE8F30 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 48 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.32 |
| HSL | 45.24º | 0.57% | 0.44% | - |
| HSV(B) | 45.24º | 0.72% | 0.68% | - |
| XYZ | 27.81 | 28.86 | 6.9 | - |
| YUV | 141.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 48 | 0 | 0.18 | 0.72 | 0.32 | 45.24 | 0.57 | 0.44 |
| Hex | AE | 8F | 30 | 0 | 12 | 48 | 20 | 2D | 39 | 2C |
| Octal | 256 | 217 | 60 | 0 | 22 | 110 | 40 | 55 | 71 | 54 |
| Binary | 10101110 | 10001111 | 110000 | 0 | 10010 | 1001000 | 100000 | 101101 | 111001 | 101100 |
Color Harmonies of #AE8F30
Complementary color
Monochromatic Colors of #AE8F30
Black with #AE8F30
Text Example
Text Example
White with #AE8F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F30; }
p { color: rgb(174,143,48); }
H1.HeaderClassName
{
color: #AE8F30;
}
.AnyTagClassName
{
color: #AE8F30;
}
</style>
background-color css
<style>
a { background-color: #AE8F30; }
a { background-color: rgb(174,143,48); }
div.DivClassName
{
background-color: #AE8F30;
}
.BgClassName
{
background-color: #AE8F30;
}
</style>
border-color css
<style>
span { border-color: #AE8F30; }
span { border-color: rgb(174,143,48); }
td.TdClassName
{
border-color: #AE8F30;
}
.TagClassName
{
border-color: #AE8F30;
}
</style>