Shades of Reef Gold #AD8931
Tints of Reef Gold #AD8931
RGB
CMYK
RGB Variations
Color information
#AD8931 (or 0xAD8931) is known color: Reef Gold. HEX triplet: AD, 89 and 31. RGB value is (173,137,49). Sum of RGB (Red+Green+Blue) = 173+137+49=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8931 is #5276CE. Grayscale: #8A8A8A. Windows color (decimal): -5404367 or 3246509. OLE color: 3246509.
HSL color Cylindrical-coordinate representation of color #AD8931: hue angle of 42.58º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD8931 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 49 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.32 |
| HSL | 42.58º | 0.56% | 0.44% | - |
| HSV(B) | 42.58º | 0.72% | 0.68% | - |
| XYZ | 26.73 | 27 | 6.71 | - |
| YUV | 137.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 49 | 0 | 0.21 | 0.72 | 0.32 | 42.58 | 0.56 | 0.44 |
| Hex | AD | 89 | 31 | 0 | 15 | 48 | 20 | 2B | 38 | 2C |
| Octal | 255 | 211 | 61 | 0 | 25 | 110 | 40 | 53 | 70 | 54 |
| Binary | 10101101 | 10001001 | 110001 | 0 | 10101 | 1001000 | 100000 | 101011 | 111000 | 101100 |
Color Harmonies of #AD8931
Complementary color
Monochromatic Colors of #AD8931
Black with #AD8931
Text Example
Text Example
White with #AD8931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8931; }
p { color: rgb(173,137,49); }
H1.HeaderClassName
{
color: #AD8931;
}
.AnyTagClassName
{
color: #AD8931;
}
</style>
background-color css
<style>
a { background-color: #AD8931; }
a { background-color: rgb(173,137,49); }
div.DivClassName
{
background-color: #AD8931;
}
.BgClassName
{
background-color: #AD8931;
}
</style>
border-color css
<style>
span { border-color: #AD8931; }
span { border-color: rgb(173,137,49); }
td.TdClassName
{
border-color: #AD8931;
}
.TagClassName
{
border-color: #AD8931;
}
</style>