Shades of Reef Gold #AD9933
Tints of Reef Gold #AD9933
RGB
CMYK
RGB Variations
Color information
#AD9933 (or 0xAD9933) is known color: Reef Gold. HEX triplet: AD, 99 and 33. RGB value is (173,153,51). Sum of RGB (Red+Green+Blue) = 173+153+51=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9933 is #5266CC. Grayscale: #939393. Windows color (decimal): -5400269 or 3381677. OLE color: 3381677.
HSL color Cylindrical-coordinate representation of color #AD9933: hue angle of 50.16º degrees, saturation: 0.54, 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 #AD9933 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 51 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.32 |
| HSL | 50.16º | 0.54% | 0.44% | - |
| HSV(B) | 50.16º | 0.71% | 0.68% | - |
| XYZ | 29.22 | 31.91 | 7.75 | - |
| YUV | 147.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 51 | 0 | 0.12 | 0.71 | 0.32 | 50.16 | 0.54 | 0.44 |
| Hex | AD | 99 | 33 | 0 | C | 47 | 20 | 32 | 36 | 2C |
| Octal | 255 | 231 | 63 | 0 | 14 | 107 | 40 | 62 | 66 | 54 |
| Binary | 10101101 | 10011001 | 110011 | 0 | 1100 | 1000111 | 100000 | 110010 | 110110 | 101100 |
Color Harmonies of #AD9933
Complementary color
Monochromatic Colors of #AD9933
Black with #AD9933
Text Example
Text Example
White with #AD9933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9933; }
p { color: rgb(173,153,51); }
H1.HeaderClassName
{
color: #AD9933;
}
.AnyTagClassName
{
color: #AD9933;
}
</style>
background-color css
<style>
a { background-color: #AD9933; }
a { background-color: rgb(173,153,51); }
div.DivClassName
{
background-color: #AD9933;
}
.BgClassName
{
background-color: #AD9933;
}
</style>
border-color css
<style>
span { border-color: #AD9933; }
span { border-color: rgb(173,153,51); }
td.TdClassName
{
border-color: #AD9933;
}
.TagClassName
{
border-color: #AD9933;
}
</style>