Shades of Reef Gold #AD9136
Tints of Reef Gold #AD9136
RGB
CMYK
RGB Variations
Color information
#AD9136 (or 0xAD9136) is known color: Reef Gold. HEX triplet: AD, 91 and 36. RGB value is (173,145,54). Sum of RGB (Red+Green+Blue) = 173+145+54=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9136 is #526EC9. Grayscale: #8F8F8F. Windows color (decimal): -5402314 or 3576237. OLE color: 3576237.
HSL color Cylindrical-coordinate representation of color #AD9136: hue angle of 45.88º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD9136 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 54 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.32 |
| HSL | 45.88º | 0.52% | 0.45% | - |
| HSV(B) | 45.88º | 0.69% | 0.68% | - |
| XYZ | 28.02 | 29.4 | 7.69 | - |
| YUV | 143 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 54 | 0 | 0.16 | 0.69 | 0.32 | 45.88 | 0.52 | 0.45 |
| Hex | AD | 91 | 36 | 0 | 10 | 45 | 20 | 2E | 34 | 2D |
| Octal | 255 | 221 | 66 | 0 | 20 | 105 | 40 | 56 | 64 | 55 |
| Binary | 10101101 | 10010001 | 110110 | 0 | 10000 | 1000101 | 100000 | 101110 | 110100 | 101101 |
Color Harmonies of #AD9136
Complementary color
Monochromatic Colors of #AD9136
Black with #AD9136
Text Example
Text Example
White with #AD9136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9136; }
p { color: rgb(173,145,54); }
H1.HeaderClassName
{
color: #AD9136;
}
.AnyTagClassName
{
color: #AD9136;
}
</style>
background-color css
<style>
a { background-color: #AD9136; }
a { background-color: rgb(173,145,54); }
div.DivClassName
{
background-color: #AD9136;
}
.BgClassName
{
background-color: #AD9136;
}
</style>
border-color css
<style>
span { border-color: #AD9136; }
span { border-color: rgb(173,145,54); }
td.TdClassName
{
border-color: #AD9136;
}
.TagClassName
{
border-color: #AD9136;
}
</style>