Shades of Reef Gold #AD862B
Tints of Reef Gold #AD862B
RGB
CMYK
RGB Variations
Color information
#AD862B (or 0xAD862B) is known color: Reef Gold. HEX triplet: AD, 86 and 2B. RGB value is (173,134,43). Sum of RGB (Red+Green+Blue) = 173+134+43=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD862B is #5279D4. Grayscale: #878787. Windows color (decimal): -5405141 or 2852525. OLE color: 2852525.
HSL color Cylindrical-coordinate representation of color #AD862B: hue angle of 42º 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 #AD862B is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 43 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.32 |
| HSL | 42º | 0.6% | 0.42% | - |
| HSV(B) | 42º | 0.75% | 0.68% | - |
| XYZ | 26.19 | 26.11 | 5.94 | - |
| YUV | 135.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 43 | 0 | 0.23 | 0.75 | 0.32 | 42 | 0.6 | 0.42 |
| Hex | AD | 86 | 2B | 0 | 17 | 4B | 20 | 2A | 3C | 2A |
| Octal | 255 | 206 | 53 | 0 | 27 | 113 | 40 | 52 | 74 | 52 |
| Binary | 10101101 | 10000110 | 101011 | 0 | 10111 | 1001011 | 100000 | 101010 | 111100 | 101010 |
Color Harmonies of #AD862B
Complementary color
Monochromatic Colors of #AD862B
Black with #AD862B
Text Example
Text Example
White with #AD862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD862B; }
p { color: rgb(173,134,43); }
H1.HeaderClassName
{
color: #AD862B;
}
.AnyTagClassName
{
color: #AD862B;
}
</style>
background-color css
<style>
a { background-color: #AD862B; }
a { background-color: rgb(173,134,43); }
div.DivClassName
{
background-color: #AD862B;
}
.BgClassName
{
background-color: #AD862B;
}
</style>
border-color css
<style>
span { border-color: #AD862B; }
span { border-color: rgb(173,134,43); }
td.TdClassName
{
border-color: #AD862B;
}
.TagClassName
{
border-color: #AD862B;
}
</style>