Shades of Reef Gold #AD9834
Tints of Reef Gold #AD9834
RGB
CMYK
RGB Variations
Color information
#AD9834 (or 0xAD9834) is known color: Reef Gold. HEX triplet: AD, 98 and 34. RGB value is (173,152,52). Sum of RGB (Red+Green+Blue) = 173+152+52=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9834 is #5267CB. Grayscale: #939393. Windows color (decimal): -5400524 or 3446957. OLE color: 3446957.
HSL color Cylindrical-coordinate representation of color #AD9834: hue angle of 49.59º 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 #AD9834 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 52 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.32 |
| HSL | 49.59º | 0.54% | 0.44% | - |
| HSV(B) | 49.59º | 0.7% | 0.68% | - |
| XYZ | 29.08 | 31.59 | 7.81 | - |
| YUV | 146.88 | 74.46 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 52 | 0 | 0.12 | 0.70 | 0.32 | 49.59 | 0.54 | 0.44 |
| Hex | AD | 98 | 34 | 0 | C | 46 | 20 | 32 | 36 | 2C |
| Octal | 255 | 230 | 64 | 0 | 14 | 106 | 40 | 62 | 66 | 54 |
| Binary | 10101101 | 10011000 | 110100 | 0 | 1100 | 1000110 | 100000 | 110010 | 110110 | 101100 |
Color Harmonies of #AD9834
Complementary color
Monochromatic Colors of #AD9834
Black with #AD9834
Text Example
Text Example
White with #AD9834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9834; }
p { color: rgb(173,152,52); }
H1.HeaderClassName
{
color: #AD9834;
}
.AnyTagClassName
{
color: #AD9834;
}
</style>
background-color css
<style>
a { background-color: #AD9834; }
a { background-color: rgb(173,152,52); }
div.DivClassName
{
background-color: #AD9834;
}
.BgClassName
{
background-color: #AD9834;
}
</style>
border-color css
<style>
span { border-color: #AD9834; }
span { border-color: rgb(173,152,52); }
td.TdClassName
{
border-color: #AD9834;
}
.TagClassName
{
border-color: #AD9834;
}
</style>