Shades of Reef Gold #AD9132
Tints of Reef Gold #AD9132
RGB
CMYK
RGB Variations
Color information
#AD9132 (or 0xAD9132) is known color: Reef Gold. HEX triplet: AD, 91 and 32. RGB value is (173,145,50). Sum of RGB (Red+Green+Blue) = 173+145+50=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9132 is #526ECD. Grayscale: #8E8E8E. Windows color (decimal): -5402318 or 3314093. OLE color: 3314093.
HSL color Cylindrical-coordinate representation of color #AD9132: hue angle of 46.34º 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 #AD9132 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 50 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.32 |
| HSL | 46.34º | 0.55% | 0.44% | - |
| HSV(B) | 46.34º | 0.71% | 0.68% | - |
| XYZ | 27.93 | 29.37 | 7.21 | - |
| YUV | 142.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 50 | 0 | 0.16 | 0.71 | 0.32 | 46.34 | 0.55 | 0.44 |
| Hex | AD | 91 | 32 | 0 | 10 | 47 | 20 | 2E | 37 | 2C |
| Octal | 255 | 221 | 62 | 0 | 20 | 107 | 40 | 56 | 67 | 54 |
| Binary | 10101101 | 10010001 | 110010 | 0 | 10000 | 1000111 | 100000 | 101110 | 110111 | 101100 |
Color Harmonies of #AD9132
Complementary color
Monochromatic Colors of #AD9132
Black with #AD9132
Text Example
Text Example
White with #AD9132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9132; }
p { color: rgb(173,145,50); }
H1.HeaderClassName
{
color: #AD9132;
}
.AnyTagClassName
{
color: #AD9132;
}
</style>
background-color css
<style>
a { background-color: #AD9132; }
a { background-color: rgb(173,145,50); }
div.DivClassName
{
background-color: #AD9132;
}
.BgClassName
{
background-color: #AD9132;
}
</style>
border-color css
<style>
span { border-color: #AD9132; }
span { border-color: rgb(173,145,50); }
td.TdClassName
{
border-color: #AD9132;
}
.TagClassName
{
border-color: #AD9132;
}
</style>