Shades of Reef Gold #AD8C27
Tints of Reef Gold #AD8C27
RGB
CMYK
RGB Variations
Color information
#AD8C27 (or 0xAD8C27) is known color: Reef Gold. HEX triplet: AD, 8C and 27. RGB value is (173,140,39). Sum of RGB (Red+Green+Blue) = 173+140+39=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C27 is #5273D8. Grayscale: #8A8A8A. Windows color (decimal): -5403609 or 2591917. OLE color: 2591917.
HSL color Cylindrical-coordinate representation of color #AD8C27: hue angle of 45.22º 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 #AD8C27 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 39 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.32 |
| HSL | 45.22º | 0.63% | 0.42% | - |
| HSV(B) | 45.22º | 0.77% | 0.68% | - |
| XYZ | 26.98 | 27.79 | 5.86 | - |
| YUV | 138.35 | 71.93 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 39 | 0 | 0.19 | 0.77 | 0.32 | 45.22 | 0.63 | 0.42 |
| Hex | AD | 8C | 27 | 0 | 13 | 4D | 20 | 2D | 3F | 2A |
| Octal | 255 | 214 | 47 | 0 | 23 | 115 | 40 | 55 | 77 | 52 |
| Binary | 10101101 | 10001100 | 100111 | 0 | 10011 | 1001101 | 100000 | 101101 | 111111 | 101010 |
Color Harmonies of #AD8C27
Complementary color
Monochromatic Colors of #AD8C27
Black with #AD8C27
Text Example
Text Example
White with #AD8C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C27; }
p { color: rgb(173,140,39); }
H1.HeaderClassName
{
color: #AD8C27;
}
.AnyTagClassName
{
color: #AD8C27;
}
</style>
background-color css
<style>
a { background-color: #AD8C27; }
a { background-color: rgb(173,140,39); }
div.DivClassName
{
background-color: #AD8C27;
}
.BgClassName
{
background-color: #AD8C27;
}
</style>
border-color css
<style>
span { border-color: #AD8C27; }
span { border-color: rgb(173,140,39); }
td.TdClassName
{
border-color: #AD8C27;
}
.TagClassName
{
border-color: #AD8C27;
}
</style>