Shades of Reef Gold #AD8D2E
Tints of Reef Gold #AD8D2E
RGB
CMYK
RGB Variations
Color information
#AD8D2E (or 0xAD8D2E) is known color: Reef Gold. HEX triplet: AD, 8D and 2E. RGB value is (173,141,46). Sum of RGB (Red+Green+Blue) = 173+141+46=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D2E is #5272D1. Grayscale: #8C8C8C. Windows color (decimal): -5403346 or 3050925. OLE color: 3050925.
HSL color Cylindrical-coordinate representation of color #AD8D2E: hue angle of 44.88º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD8D2E is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 46 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.32 |
| HSL | 44.88º | 0.58% | 0.43% | - |
| HSV(B) | 44.88º | 0.73% | 0.68% | - |
| XYZ | 27.25 | 28.13 | 6.58 | - |
| YUV | 139.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 46 | 0 | 0.18 | 0.73 | 0.32 | 44.88 | 0.58 | 0.43 |
| Hex | AD | 8D | 2E | 0 | 12 | 49 | 20 | 2D | 3A | 2B |
| Octal | 255 | 215 | 56 | 0 | 22 | 111 | 40 | 55 | 72 | 53 |
| Binary | 10101101 | 10001101 | 101110 | 0 | 10010 | 1001001 | 100000 | 101101 | 111010 | 101011 |
Color Harmonies of #AD8D2E
Complementary color
Monochromatic Colors of #AD8D2E
Black with #AD8D2E
Text Example
Text Example
White with #AD8D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D2E; }
p { color: rgb(173,141,46); }
H1.HeaderClassName
{
color: #AD8D2E;
}
.AnyTagClassName
{
color: #AD8D2E;
}
</style>
background-color css
<style>
a { background-color: #AD8D2E; }
a { background-color: rgb(173,141,46); }
div.DivClassName
{
background-color: #AD8D2E;
}
.BgClassName
{
background-color: #AD8D2E;
}
</style>
border-color css
<style>
span { border-color: #AD8D2E; }
span { border-color: rgb(173,141,46); }
td.TdClassName
{
border-color: #AD8D2E;
}
.TagClassName
{
border-color: #AD8D2E;
}
</style>