Shades of Reef Gold #AD9432
Tints of Reef Gold #AD9432
RGB
CMYK
RGB Variations
Color information
#AD9432 (or 0xAD9432) is known color: Reef Gold. HEX triplet: AD, 94 and 32. RGB value is (173,148,50). Sum of RGB (Red+Green+Blue) = 173+148+50=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9432 is #526BCD. Grayscale: #909090. Windows color (decimal): -5401550 or 3314861. OLE color: 3314861.
HSL color Cylindrical-coordinate representation of color #AD9432: hue angle of 47.8º 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 #AD9432 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 50 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.32 |
| HSL | 47.8º | 0.55% | 0.44% | - |
| HSV(B) | 47.8º | 0.71% | 0.68% | - |
| XYZ | 28.4 | 30.29 | 7.37 | - |
| YUV | 144.3 | 74.78 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 50 | 0 | 0.14 | 0.71 | 0.32 | 47.8 | 0.55 | 0.44 |
| Hex | AD | 94 | 32 | 0 | E | 47 | 20 | 30 | 37 | 2C |
| Octal | 255 | 224 | 62 | 0 | 16 | 107 | 40 | 60 | 67 | 54 |
| Binary | 10101101 | 10010100 | 110010 | 0 | 1110 | 1000111 | 100000 | 110000 | 110111 | 101100 |
Color Harmonies of #AD9432
Complementary color
Monochromatic Colors of #AD9432
Black with #AD9432
Text Example
Text Example
White with #AD9432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9432; }
p { color: rgb(173,148,50); }
H1.HeaderClassName
{
color: #AD9432;
}
.AnyTagClassName
{
color: #AD9432;
}
</style>
background-color css
<style>
a { background-color: #AD9432; }
a { background-color: rgb(173,148,50); }
div.DivClassName
{
background-color: #AD9432;
}
.BgClassName
{
background-color: #AD9432;
}
</style>
border-color css
<style>
span { border-color: #AD9432; }
span { border-color: rgb(173,148,50); }
td.TdClassName
{
border-color: #AD9432;
}
.TagClassName
{
border-color: #AD9432;
}
</style>