Shades of Reef Gold #AD9932
Tints of Reef Gold #AD9932
RGB
CMYK
RGB Variations
Color information
#AD9932 (or 0xAD9932) is known color: Reef Gold. HEX triplet: AD, 99 and 32. RGB value is (173,153,50). Sum of RGB (Red+Green+Blue) = 173+153+50=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9932 is #5266CD. Grayscale: #939393. Windows color (decimal): -5400270 or 3316141. OLE color: 3316141.
HSL color Cylindrical-coordinate representation of color #AD9932: hue angle of 50.24º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD9932 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 50 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.32 |
| HSL | 50.24º | 0.55% | 0.44% | - |
| HSV(B) | 50.24º | 0.71% | 0.68% | - |
| XYZ | 29.2 | 31.9 | 7.64 | - |
| YUV | 147.24 | 73.13 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 50 | 0 | 0.12 | 0.71 | 0.32 | 50.24 | 0.55 | 0.44 |
| Hex | AD | 99 | 32 | 0 | C | 47 | 20 | 32 | 37 | 2C |
| Octal | 255 | 231 | 62 | 0 | 14 | 107 | 40 | 62 | 67 | 54 |
| Binary | 10101101 | 10011001 | 110010 | 0 | 1100 | 1000111 | 100000 | 110010 | 110111 | 101100 |
Color Harmonies of #AD9932
Complementary color
Monochromatic Colors of #AD9932
Black with #AD9932
Text Example
Text Example
White with #AD9932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9932; }
p { color: rgb(173,153,50); }
H1.HeaderClassName
{
color: #AD9932;
}
.AnyTagClassName
{
color: #AD9932;
}
</style>
background-color css
<style>
a { background-color: #AD9932; }
a { background-color: rgb(173,153,50); }
div.DivClassName
{
background-color: #AD9932;
}
.BgClassName
{
background-color: #AD9932;
}
</style>
border-color css
<style>
span { border-color: #AD9932; }
span { border-color: rgb(173,153,50); }
td.TdClassName
{
border-color: #AD9932;
}
.TagClassName
{
border-color: #AD9932;
}
</style>