Shades of Reef Gold #AD9031
Tints of Reef Gold #AD9031
RGB
CMYK
RGB Variations
Color information
#AD9031 (or 0xAD9031) is known color: Reef Gold. HEX triplet: AD, 90 and 31. RGB value is (173,144,49). Sum of RGB (Red+Green+Blue) = 173+144+49=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9031 is #526FCE. Grayscale: #8E8E8E. Windows color (decimal): -5402575 or 3248301. OLE color: 3248301.
HSL color Cylindrical-coordinate representation of color #AD9031: hue angle of 45.97º 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 #AD9031 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 49 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.32 |
| HSL | 45.97º | 0.56% | 0.44% | - |
| HSV(B) | 45.97º | 0.72% | 0.68% | - |
| XYZ | 27.76 | 29.05 | 7.05 | - |
| YUV | 141.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 49 | 0 | 0.17 | 0.72 | 0.32 | 45.97 | 0.56 | 0.44 |
| Hex | AD | 90 | 31 | 0 | 11 | 48 | 20 | 2E | 38 | 2C |
| Octal | 255 | 220 | 61 | 0 | 21 | 110 | 40 | 56 | 70 | 54 |
| Binary | 10101101 | 10010000 | 110001 | 0 | 10001 | 1001000 | 100000 | 101110 | 111000 | 101100 |
Color Harmonies of #AD9031
Complementary color
Monochromatic Colors of #AD9031
Black with #AD9031
Text Example
Text Example
White with #AD9031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9031; }
p { color: rgb(173,144,49); }
H1.HeaderClassName
{
color: #AD9031;
}
.AnyTagClassName
{
color: #AD9031;
}
</style>
background-color css
<style>
a { background-color: #AD9031; }
a { background-color: rgb(173,144,49); }
div.DivClassName
{
background-color: #AD9031;
}
.BgClassName
{
background-color: #AD9031;
}
</style>
border-color css
<style>
span { border-color: #AD9031; }
span { border-color: rgb(173,144,49); }
td.TdClassName
{
border-color: #AD9031;
}
.TagClassName
{
border-color: #AD9031;
}
</style>