Shades of Reef Gold #AD9037
Tints of Reef Gold #AD9037
RGB
CMYK
RGB Variations
Color information
#AD9037 (or 0xAD9037) is known color: Reef Gold. HEX triplet: AD, 90 and 37. RGB value is (173,144,55). Sum of RGB (Red+Green+Blue) = 173+144+55=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9037 is #526FC8. Grayscale: #8E8E8E. Windows color (decimal): -5402569 or 3641517. OLE color: 3641517.
HSL color Cylindrical-coordinate representation of color #AD9037: hue angle of 45.25º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD9037 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 55 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.32 |
| HSL | 45.25º | 0.52% | 0.45% | - |
| HSV(B) | 45.25º | 0.68% | 0.68% | - |
| XYZ | 27.9 | 29.11 | 7.76 | - |
| YUV | 142.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 55 | 0 | 0.17 | 0.68 | 0.32 | 45.25 | 0.52 | 0.45 |
| Hex | AD | 90 | 37 | 0 | 11 | 44 | 20 | 2D | 34 | 2D |
| Octal | 255 | 220 | 67 | 0 | 21 | 104 | 40 | 55 | 64 | 55 |
| Binary | 10101101 | 10010000 | 110111 | 0 | 10001 | 1000100 | 100000 | 101101 | 110100 | 101101 |
Color Harmonies of #AD9037
Complementary color
Monochromatic Colors of #AD9037
Black with #AD9037
Text Example
Text Example
White with #AD9037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9037; }
p { color: rgb(173,144,55); }
H1.HeaderClassName
{
color: #AD9037;
}
.AnyTagClassName
{
color: #AD9037;
}
</style>
background-color css
<style>
a { background-color: #AD9037; }
a { background-color: rgb(173,144,55); }
div.DivClassName
{
background-color: #AD9037;
}
.BgClassName
{
background-color: #AD9037;
}
</style>
border-color css
<style>
span { border-color: #AD9037; }
span { border-color: rgb(173,144,55); }
td.TdClassName
{
border-color: #AD9037;
}
.TagClassName
{
border-color: #AD9037;
}
</style>