Shades of Reef Gold #AD9138
Tints of Reef Gold #AD9138
RGB
CMYK
RGB Variations
Color information
#AD9138 (or 0xAD9138) is known color: Reef Gold. HEX triplet: AD, 91 and 38. RGB value is (173,145,56). Sum of RGB (Red+Green+Blue) = 173+145+56=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9138 is #526EC7. Grayscale: #8F8F8F. Windows color (decimal): -5402312 or 3707309. OLE color: 3707309.
HSL color Cylindrical-coordinate representation of color #AD9138: hue angle of 45.64º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD9138 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 56 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.32 |
| HSL | 45.64º | 0.51% | 0.45% | - |
| HSV(B) | 45.64º | 0.68% | 0.68% | - |
| XYZ | 28.07 | 29.42 | 7.94 | - |
| YUV | 143.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 56 | 0 | 0.16 | 0.68 | 0.32 | 45.64 | 0.51 | 0.45 |
| Hex | AD | 91 | 38 | 0 | 10 | 44 | 20 | 2E | 33 | 2D |
| Octal | 255 | 221 | 70 | 0 | 20 | 104 | 40 | 56 | 63 | 55 |
| Binary | 10101101 | 10010001 | 111000 | 0 | 10000 | 1000100 | 100000 | 101110 | 110011 | 101101 |
Color Harmonies of #AD9138
Complementary color
Monochromatic Colors of #AD9138
Black with #AD9138
Text Example
Text Example
White with #AD9138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9138; }
p { color: rgb(173,145,56); }
H1.HeaderClassName
{
color: #AD9138;
}
.AnyTagClassName
{
color: #AD9138;
}
</style>
background-color css
<style>
a { background-color: #AD9138; }
a { background-color: rgb(173,145,56); }
div.DivClassName
{
background-color: #AD9138;
}
.BgClassName
{
background-color: #AD9138;
}
</style>
border-color css
<style>
span { border-color: #AD9138; }
span { border-color: rgb(173,145,56); }
td.TdClassName
{
border-color: #AD9138;
}
.TagClassName
{
border-color: #AD9138;
}
</style>