Shades of Reef Gold #AD862F
Tints of Reef Gold #AD862F
RGB
CMYK
RGB Variations
Color information
#AD862F (or 0xAD862F) is known color: Reef Gold. HEX triplet: AD, 86 and 2F. RGB value is (173,134,47). Sum of RGB (Red+Green+Blue) = 173+134+47=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD862F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD862F is #5279D0. Grayscale: #888888. Windows color (decimal): -5405137 or 3114669. OLE color: 3114669.
HSL color Cylindrical-coordinate representation of color #AD862F: hue angle of 41.43º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD862F is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 47 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.32 |
| HSL | 41.43º | 0.57% | 0.43% | - |
| HSV(B) | 41.43º | 0.73% | 0.68% | - |
| XYZ | 26.27 | 26.14 | 6.35 | - |
| YUV | 135.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 47 | 0 | 0.23 | 0.73 | 0.32 | 41.43 | 0.57 | 0.43 |
| Hex | AD | 86 | 2F | 0 | 17 | 49 | 20 | 29 | 39 | 2B |
| Octal | 255 | 206 | 57 | 0 | 27 | 111 | 40 | 51 | 71 | 53 |
| Binary | 10101101 | 10000110 | 101111 | 0 | 10111 | 1001001 | 100000 | 101001 | 111001 | 101011 |
Color Harmonies of #AD862F
Complementary color
Monochromatic Colors of #AD862F
Black with #AD862F
Text Example
Text Example
White with #AD862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD862F; }
p { color: rgb(173,134,47); }
H1.HeaderClassName
{
color: #AD862F;
}
.AnyTagClassName
{
color: #AD862F;
}
</style>
background-color css
<style>
a { background-color: #AD862F; }
a { background-color: rgb(173,134,47); }
div.DivClassName
{
background-color: #AD862F;
}
.BgClassName
{
background-color: #AD862F;
}
</style>
border-color css
<style>
span { border-color: #AD862F; }
span { border-color: rgb(173,134,47); }
td.TdClassName
{
border-color: #AD862F;
}
.TagClassName
{
border-color: #AD862F;
}
</style>