Shades of Reef Gold #AD9034
Tints of Reef Gold #AD9034
RGB
CMYK
RGB Variations
Color information
#AD9034 (or 0xAD9034) is known color: Reef Gold. HEX triplet: AD, 90 and 34. RGB value is (173,144,52). Sum of RGB (Red+Green+Blue) = 173+144+52=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9034 is #526FCB. Grayscale: #8E8E8E. Windows color (decimal): -5402572 or 3444909. OLE color: 3444909.
HSL color Cylindrical-coordinate representation of color #AD9034: hue angle of 45.62º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD9034 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 52 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.32 |
| HSL | 45.62º | 0.54% | 0.44% | - |
| HSV(B) | 45.62º | 0.7% | 0.68% | - |
| XYZ | 27.83 | 29.08 | 7.39 | - |
| YUV | 142.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 52 | 0 | 0.17 | 0.70 | 0.32 | 45.62 | 0.54 | 0.44 |
| Hex | AD | 90 | 34 | 0 | 11 | 46 | 20 | 2E | 36 | 2C |
| Octal | 255 | 220 | 64 | 0 | 21 | 106 | 40 | 56 | 66 | 54 |
| Binary | 10101101 | 10010000 | 110100 | 0 | 10001 | 1000110 | 100000 | 101110 | 110110 | 101100 |
Color Harmonies of #AD9034
Complementary color
Monochromatic Colors of #AD9034
Black with #AD9034
Text Example
Text Example
White with #AD9034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9034; }
p { color: rgb(173,144,52); }
H1.HeaderClassName
{
color: #AD9034;
}
.AnyTagClassName
{
color: #AD9034;
}
</style>
background-color css
<style>
a { background-color: #AD9034; }
a { background-color: rgb(173,144,52); }
div.DivClassName
{
background-color: #AD9034;
}
.BgClassName
{
background-color: #AD9034;
}
</style>
border-color css
<style>
span { border-color: #AD9034; }
span { border-color: rgb(173,144,52); }
td.TdClassName
{
border-color: #AD9034;
}
.TagClassName
{
border-color: #AD9034;
}
</style>