Shades of Reef Gold #AD8D2F
Tints of Reef Gold #AD8D2F
RGB
CMYK
RGB Variations
Color information
#AD8D2F (or 0xAD8D2F) is known color: Reef Gold. HEX triplet: AD, 8D and 2F. RGB value is (173,141,47). Sum of RGB (Red+Green+Blue) = 173+141+47=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D2F is #5272D0. Grayscale: #8C8C8C. Windows color (decimal): -5403345 or 3116461. OLE color: 3116461.
HSL color Cylindrical-coordinate representation of color #AD8D2F: hue angle of 44.76º degrees, saturation: 0.57, 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 #AD8D2F is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 47 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.32 |
| HSL | 44.76º | 0.57% | 0.43% | - |
| HSV(B) | 44.76º | 0.73% | 0.68% | - |
| XYZ | 27.27 | 28.14 | 6.68 | - |
| YUV | 139.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 47 | 0 | 0.18 | 0.73 | 0.32 | 44.76 | 0.57 | 0.43 |
| Hex | AD | 8D | 2F | 0 | 12 | 49 | 20 | 2D | 39 | 2B |
| Octal | 255 | 215 | 57 | 0 | 22 | 111 | 40 | 55 | 71 | 53 |
| Binary | 10101101 | 10001101 | 101111 | 0 | 10010 | 1001001 | 100000 | 101101 | 111001 | 101011 |
Color Harmonies of #AD8D2F
Complementary color
Monochromatic Colors of #AD8D2F
Black with #AD8D2F
Text Example
Text Example
White with #AD8D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D2F; }
p { color: rgb(173,141,47); }
H1.HeaderClassName
{
color: #AD8D2F;
}
.AnyTagClassName
{
color: #AD8D2F;
}
</style>
background-color css
<style>
a { background-color: #AD8D2F; }
a { background-color: rgb(173,141,47); }
div.DivClassName
{
background-color: #AD8D2F;
}
.BgClassName
{
background-color: #AD8D2F;
}
</style>
border-color css
<style>
span { border-color: #AD8D2F; }
span { border-color: rgb(173,141,47); }
td.TdClassName
{
border-color: #AD8D2F;
}
.TagClassName
{
border-color: #AD8D2F;
}
</style>