Shades of Reef Gold #AD8927
Tints of Reef Gold #AD8927
RGB
CMYK
RGB Variations
Color information
#AD8927 (or 0xAD8927) is known color: Reef Gold. HEX triplet: AD, 89 and 27. RGB value is (173,137,39). Sum of RGB (Red+Green+Blue) = 173+137+39=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8927 is #5276D8. Grayscale: #898989. Windows color (decimal): -5404377 or 2591149. OLE color: 2591149.
HSL color Cylindrical-coordinate representation of color #AD8927: hue angle of 43.88º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD8927 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 39 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.32 |
| HSL | 43.88º | 0.63% | 0.42% | - |
| HSV(B) | 43.88º | 0.77% | 0.68% | - |
| XYZ | 26.55 | 26.92 | 5.72 | - |
| YUV | 136.59 | 72.93 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 39 | 0 | 0.21 | 0.77 | 0.32 | 43.88 | 0.63 | 0.42 |
| Hex | AD | 89 | 27 | 0 | 15 | 4D | 20 | 2C | 3F | 2A |
| Octal | 255 | 211 | 47 | 0 | 25 | 115 | 40 | 54 | 77 | 52 |
| Binary | 10101101 | 10001001 | 100111 | 0 | 10101 | 1001101 | 100000 | 101100 | 111111 | 101010 |
Color Harmonies of #AD8927
Complementary color
Monochromatic Colors of #AD8927
Black with #AD8927
Text Example
Text Example
White with #AD8927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8927; }
p { color: rgb(173,137,39); }
H1.HeaderClassName
{
color: #AD8927;
}
.AnyTagClassName
{
color: #AD8927;
}
</style>
background-color css
<style>
a { background-color: #AD8927; }
a { background-color: rgb(173,137,39); }
div.DivClassName
{
background-color: #AD8927;
}
.BgClassName
{
background-color: #AD8927;
}
</style>
border-color css
<style>
span { border-color: #AD8927; }
span { border-color: rgb(173,137,39); }
td.TdClassName
{
border-color: #AD8927;
}
.TagClassName
{
border-color: #AD8927;
}
</style>