Shades of Reef Gold #AD872B
Tints of Reef Gold #AD872B
RGB
CMYK
RGB Variations
Color information
#AD872B (or 0xAD872B) is known color: Reef Gold. HEX triplet: AD, 87 and 2B. RGB value is (173,135,43). Sum of RGB (Red+Green+Blue) = 173+135+43=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD872B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD872B is #5278D4. Grayscale: #888888. Windows color (decimal): -5404885 or 2852781. OLE color: 2852781.
HSL color Cylindrical-coordinate representation of color #AD872B: hue angle of 42.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD872B is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 43 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.32 |
| HSL | 42.46º | 0.6% | 0.42% | - |
| HSV(B) | 42.46º | 0.75% | 0.68% | - |
| XYZ | 26.33 | 26.39 | 5.99 | - |
| YUV | 135.87 | 75.59 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 43 | 0 | 0.22 | 0.75 | 0.32 | 42.46 | 0.6 | 0.42 |
| Hex | AD | 87 | 2B | 0 | 16 | 4B | 20 | 2A | 3C | 2A |
| Octal | 255 | 207 | 53 | 0 | 26 | 113 | 40 | 52 | 74 | 52 |
| Binary | 10101101 | 10000111 | 101011 | 0 | 10110 | 1001011 | 100000 | 101010 | 111100 | 101010 |
Color Harmonies of #AD872B
Complementary color
Monochromatic Colors of #AD872B
Black with #AD872B
Text Example
Text Example
White with #AD872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD872B; }
p { color: rgb(173,135,43); }
H1.HeaderClassName
{
color: #AD872B;
}
.AnyTagClassName
{
color: #AD872B;
}
</style>
background-color css
<style>
a { background-color: #AD872B; }
a { background-color: rgb(173,135,43); }
div.DivClassName
{
background-color: #AD872B;
}
.BgClassName
{
background-color: #AD872B;
}
</style>
border-color css
<style>
span { border-color: #AD872B; }
span { border-color: rgb(173,135,43); }
td.TdClassName
{
border-color: #AD872B;
}
.TagClassName
{
border-color: #AD872B;
}
</style>