Shades of Reef Gold #A78B37
Tints of Reef Gold #A78B37
RGB
CMYK
RGB Variations
Color information
#A78B37 (or 0xA78B37) is known color: Reef Gold. HEX triplet: A7, 8B and 37. RGB value is (167,139,55). Sum of RGB (Red+Green+Blue) = 167+139+55=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78B37 is #5874C8. Grayscale: #8A8A8A. Windows color (decimal): -5797065 or 3640231. OLE color: 3640231.
HSL color Cylindrical-coordinate representation of color #A78B37: hue angle of 45º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A78B37 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 139 | 55 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.35 |
| HSL | 45º | 0.5% | 0.44% | - |
| HSV(B) | 45º | 0.67% | 0.65% | - |
| XYZ | 25.86 | 26.96 | 7.45 | - |
| YUV | 137.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 55 | 0 | 0.17 | 0.67 | 0.35 | 45 | 0.5 | 0.44 |
| Hex | A7 | 8B | 37 | 0 | 11 | 43 | 23 | 2D | 32 | 2C |
| Octal | 247 | 213 | 67 | 0 | 21 | 103 | 43 | 55 | 62 | 54 |
| Binary | 10100111 | 10001011 | 110111 | 0 | 10001 | 1000011 | 100011 | 101101 | 110010 | 101100 |
Color Harmonies of #A78B37
Complementary color
Monochromatic Colors of #A78B37
Black with #A78B37
Text Example
Text Example
White with #A78B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78B37; }
p { color: rgb(167,139,55); }
H1.HeaderClassName
{
color: #A78B37;
}
.AnyTagClassName
{
color: #A78B37;
}
</style>
background-color css
<style>
a { background-color: #A78B37; }
a { background-color: rgb(167,139,55); }
div.DivClassName
{
background-color: #A78B37;
}
.BgClassName
{
background-color: #A78B37;
}
</style>
border-color css
<style>
span { border-color: #A78B37; }
span { border-color: rgb(167,139,55); }
td.TdClassName
{
border-color: #A78B37;
}
.TagClassName
{
border-color: #A78B37;
}
</style>