Shades of Reef Gold #AD9433
Tints of Reef Gold #AD9433
RGB
CMYK
RGB Variations
Color information
#AD9433 (or 0xAD9433) is known color: Reef Gold. HEX triplet: AD, 94 and 33. RGB value is (173,148,51). Sum of RGB (Red+Green+Blue) = 173+148+51=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9433 is #526BCC. Grayscale: #909090. Windows color (decimal): -5401549 or 3380397. OLE color: 3380397.
HSL color Cylindrical-coordinate representation of color #AD9433: hue angle of 47.7º 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 #AD9433 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 51 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.32 |
| HSL | 47.7º | 0.54% | 0.44% | - |
| HSV(B) | 47.7º | 0.71% | 0.68% | - |
| XYZ | 28.42 | 30.3 | 7.48 | - |
| YUV | 144.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 51 | 0 | 0.14 | 0.71 | 0.32 | 47.7 | 0.54 | 0.44 |
| Hex | AD | 94 | 33 | 0 | E | 47 | 20 | 30 | 36 | 2C |
| Octal | 255 | 224 | 63 | 0 | 16 | 107 | 40 | 60 | 66 | 54 |
| Binary | 10101101 | 10010100 | 110011 | 0 | 1110 | 1000111 | 100000 | 110000 | 110110 | 101100 |
Color Harmonies of #AD9433
Complementary color
Monochromatic Colors of #AD9433
Black with #AD9433
Text Example
Text Example
White with #AD9433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9433; }
p { color: rgb(173,148,51); }
H1.HeaderClassName
{
color: #AD9433;
}
.AnyTagClassName
{
color: #AD9433;
}
</style>
background-color css
<style>
a { background-color: #AD9433; }
a { background-color: rgb(173,148,51); }
div.DivClassName
{
background-color: #AD9433;
}
.BgClassName
{
background-color: #AD9433;
}
</style>
border-color css
<style>
span { border-color: #AD9433; }
span { border-color: rgb(173,148,51); }
td.TdClassName
{
border-color: #AD9433;
}
.TagClassName
{
border-color: #AD9433;
}
</style>