Shades of Reef Gold #AD872C
Tints of Reef Gold #AD872C
RGB
CMYK
RGB Variations
Color information
#AD872C (or 0xAD872C) is known color: Reef Gold. HEX triplet: AD, 87 and 2C. RGB value is (173,135,44). Sum of RGB (Red+Green+Blue) = 173+135+44=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD872C is #5278D3. Grayscale: #888888. Windows color (decimal): -5404884 or 2918317. OLE color: 2918317.
HSL color Cylindrical-coordinate representation of color #AD872C: hue angle of 42.33º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD872C is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 44 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.32 |
| HSL | 42.33º | 0.59% | 0.43% | - |
| HSV(B) | 42.33º | 0.75% | 0.68% | - |
| XYZ | 26.35 | 26.39 | 6.09 | - |
| YUV | 135.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 44 | 0 | 0.22 | 0.75 | 0.32 | 42.33 | 0.59 | 0.43 |
| Hex | AD | 87 | 2C | 0 | 16 | 4B | 20 | 2A | 3B | 2B |
| Octal | 255 | 207 | 54 | 0 | 26 | 113 | 40 | 52 | 73 | 53 |
| Binary | 10101101 | 10000111 | 101100 | 0 | 10110 | 1001011 | 100000 | 101010 | 111011 | 101011 |
Color Harmonies of #AD872C
Complementary color
Monochromatic Colors of #AD872C
Black with #AD872C
Text Example
Text Example
White with #AD872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD872C; }
p { color: rgb(173,135,44); }
H1.HeaderClassName
{
color: #AD872C;
}
.AnyTagClassName
{
color: #AD872C;
}
</style>
background-color css
<style>
a { background-color: #AD872C; }
a { background-color: rgb(173,135,44); }
div.DivClassName
{
background-color: #AD872C;
}
.BgClassName
{
background-color: #AD872C;
}
</style>
border-color css
<style>
span { border-color: #AD872C; }
span { border-color: rgb(173,135,44); }
td.TdClassName
{
border-color: #AD872C;
}
.TagClassName
{
border-color: #AD872C;
}
</style>